#BAF68E

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

Shades of Sulu #BAF68E

Tints of Sulu #BAF68E

Color information

#BAF68E (or 0xBAF68E) is unknown color: approx Sulu. HEX triplet: BA, F6 and 8E. RGB value is (186,246,142). Sum of RGB (Red+Green+Blue) = 186+246+142=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF68E is #450971. Grayscale: #D8D8D8. Windows color (decimal): -4524402 or 9369274. OLE color: 9369274.

HSL color Cylindrical-coordinate representation of color #BAF68E: hue angle of 94.62º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAF68E is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB186246142-
CMYK0.2400.420.04
HSL94.62º85.25%76.08%-
HSV(B)94.62º42.28%96.47%-
XYZ58.0978.337.64-
YUV216.286.12106.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 246 (96.48% from 255) = 42.86%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=32.40%
G=42.86%
B=24.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461420.2400.420.0494.6285.2576.08
HexBAF68E1802A45f554c
Octal272366216300524137125114
Binary101110101111011010001110110000101010100101111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF68E; }

 p { color: rgb(186,246,142); }

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

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

 a { background-color: rgb(186,246,142); }

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

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

 span { border-color: rgb(186,246,142); }

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