#BAF081

Color #BAF081 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BAF081

Tints of Sulu #BAF081

Color information

#BAF081 (or 0xBAF081) is unknown color: approx Sulu. HEX triplet: BA, F0 and 81. RGB value is (186,240,129). Sum of RGB (Red+Green+Blue) = 186+240+129=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF081 is #450F7E. Grayscale: #D3D3D3. Windows color (decimal): -4525951 or 8515770. OLE color: 8515770.

HSL color Cylindrical-coordinate representation of color #BAF081: hue angle of 89.19º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAF081 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB186240129-
CMYK0.2200.460.06
HSL89.19º78.72%72.35%-
HSV(B)89.19º46.25%94.12%-
XYZ55.3774.3432.2-
YUV211.281.61110.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 240 (94.14% from 255) = 43.24%
BLUE value IS 129 (50.78% from 255) = 23.24%
R=33.51%
G=43.24%
B=23.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401290.2200.460.0689.1978.7272.35
HexBAF0811602E6594f48
Octal272360201260566131117110
Binary101110101111000010000001101100101110110101100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF081; }

 p { color: rgb(186,240,129); }

 H1.HeaderClassName
 {
   color: #BAF081;
 }
 .AnyTagClassName
 {
   color: #BAF081;
 }
</style>
background-color css

<style>
 a { background-color: #BAF081; }

 a { background-color: rgb(186,240,129); }

 div.DivClassName
 {
   background-color: #BAF081;
 }
 .BgClassName
 {
   background-color: #BAF081;
 }
</style>
border-color css

<style>
 span { border-color: #BAF081; }

 span { border-color: rgb(186,240,129); }

 td.TdClassName
 {
   border-color: #BAF081;
 }
 .TagClassName
 {
   border-color: #BAF081;
 }
</style>