#BAF876

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

Shades of Sulu #BAF876

Tints of Sulu #BAF876

Color information

#BAF876 (or 0xBAF876) is unknown color: approx Sulu. HEX triplet: BA, F8 and 76. RGB value is (186,248,118). Sum of RGB (Red+Green+Blue) = 186+248+118=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF876 is #450789. Grayscale: #D7D7D7. Windows color (decimal): -4523914 or 7796922. OLE color: 7796922.

HSL color Cylindrical-coordinate representation of color #BAF876: hue angle of 88.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAF876 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB186248118-
CMYK0.2500.520.03
HSL88.62º90.28%71.76%-
HSV(B)88.62º52.42%97.25%-
XYZ57.0978.8829.36-
YUV214.6473.46107.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 248 (97.27% from 255) = 44.93%
BLUE value IS 118 (46.48% from 255) = 21.38%
R=33.70%
G=44.93%
B=21.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481180.2500.520.0388.6290.2871.76
HexBAF876190343595a48
Octal272370166310643131132110
Binary1011101011111000111011011001011010011101100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF876; }

 p { color: rgb(186,248,118); }

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

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

 a { background-color: rgb(186,248,118); }

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

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

 span { border-color: rgb(186,248,118); }

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