#BAFB84

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

Shades of Sulu #BAFB84

Tints of Sulu #BAFB84

Color information

#BAFB84 (or 0xBAFB84) is unknown color: approx Sulu. HEX triplet: BA, FB and 84. RGB value is (186,251,132). Sum of RGB (Red+Green+Blue) = 186+251+132=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFB84 is #45047B. Grayscale: #DADADA. Windows color (decimal): -4523132 or 8715194. OLE color: 8715194.

HSL color Cylindrical-coordinate representation of color #BAFB84: hue angle of 92.77º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAFB84 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB186251132-
CMYK0.2600.470.02
HSL92.77º93.7%75.1%-
HSV(B)92.77º47.41%98.43%-
XYZ58.9181.134.38-
YUV21879.47105.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 132 (51.95% from 255) = 23.20%
R=32.69%
G=44.11%
B=23.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862511320.2600.470.0292.7793.775.1
HexBAFB841A02F25d5e4b
Octal272373204320572135136113
Binary10111010111110111000010011010010111110101110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFB84; }

 p { color: rgb(186,251,132); }

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

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

 a { background-color: rgb(186,251,132); }

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

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

 span { border-color: rgb(186,251,132); }

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