#BAF187

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

Shades of Sulu #BAF187

Tints of Sulu #BAF187

Color information

#BAF187 (or 0xBAF187) is unknown color: approx Sulu. HEX triplet: BA, F1 and 87. RGB value is (186,241,135). Sum of RGB (Red+Green+Blue) = 186+241+135=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 135 (53.12% from 255 or 24.02% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF187 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF187 is #450E78. Grayscale: #D4D4D4. Windows color (decimal): -4525689 or 8909242. OLE color: 8909242.

HSL color Cylindrical-coordinate representation of color #BAF187: hue angle of 91.13º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAF187 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB186241135-
CMYK0.2300.440.05
HSL91.13º79.1%73.73%-
HSV(B)91.13º43.98%94.51%-
XYZ56.0875.134.46-
YUV212.4784.28109.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 241 (94.53% from 255) = 42.88%
BLUE value IS 135 (53.12% from 255) = 24.02%
R=33.10%
G=42.88%
B=24.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411350.2300.440.0591.1379.173.73
HexBAF1871702C55b4f4a
Octal272361207270545133117112
Binary101110101111000110000111101110101100101101101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF187; }

 p { color: rgb(186,241,135); }

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

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

 a { background-color: rgb(186,241,135); }

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

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

 span { border-color: rgb(186,241,135); }

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