#BAF56C

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

Shades of Sulu #BAF56C

Tints of Sulu #BAF56C

Color information

#BAF56C (or 0xBAF56C) is unknown color: approx Sulu. HEX triplet: BA, F5 and 6C. RGB value is (186,245,108). Sum of RGB (Red+Green+Blue) = 186+245+108=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF56C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF56C is #450A93. Grayscale: #D4D4D4. Windows color (decimal): -4524692 or 7140794. OLE color: 7140794.

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

Color convert

RGB186245108-
CMYK0.2400.560.04
HSL85.84º87.26%69.22%-
HSV(B)85.84º55.92%96.08%-
XYZ55.6176.8326.09-
YUV211.7469.45109.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 245 (96.09% from 255) = 45.45%
BLUE value IS 108 (42.58% from 255) = 20.04%
R=34.51%
G=45.45%
B=20.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862451080.2400.560.0485.8487.2669.22
HexBAF56C180384565745
Octal272365154300704126127105
Binary10111010111101011101100110000111000100101011010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF56C; }

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

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

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

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

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

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

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

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