#BAF58C

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

Shades of Sulu #BAF58C

Tints of Sulu #BAF58C

Color information

#BAF58C (or 0xBAF58C) is unknown color: approx Sulu. HEX triplet: BA, F5 and 8C. RGB value is (186,245,140). Sum of RGB (Red+Green+Blue) = 186+245+140=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF58C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF58C is #450A73. Grayscale: #D7D7D7. Windows color (decimal): -4524660 or 9237946. OLE color: 9237946.

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

Color convert

RGB186245140-
CMYK0.2400.430.04
HSL93.71º84%75.49%-
HSV(B)93.71º42.86%96.08%-
XYZ57.6477.6436.76-
YUV215.3985.45107.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 245 (96.09% from 255) = 42.91%
BLUE value IS 140 (55.08% from 255) = 24.52%
R=32.57%
G=42.91%
B=24.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862451400.2400.430.0493.718475.49
HexBAF58C1802B45e544b
Octal272365214300534136124113
Binary101110101111010110001100110000101011100101111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF58C; }

 p { color: rgb(186,245,140); }

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

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

 a { background-color: rgb(186,245,140); }

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

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

 span { border-color: rgb(186,245,140); }

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