#B9F56C

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

Shades of Sulu #B9F56C

Tints of Sulu #B9F56C

Color information

#B9F56C (or 0xB9F56C) is unknown color: approx Sulu. HEX triplet: B9, F5 and 6C. RGB value is (185,245,108). Sum of RGB (Red+Green+Blue) = 185+245+108=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F56C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F56C is #460A93. Grayscale: #D3D3D3. Windows color (decimal): -4590228 or 7140793. OLE color: 7140793.

HSL color Cylindrical-coordinate representation of color #B9F56C: hue angle of 86.28º 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 #B9F56C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB185245108-
CMYK0.2400.560.04
HSL86.28º87.26%69.22%-
HSV(B)86.28º55.92%96.08%-
XYZ55.3776.726.07-
YUV211.4469.62109.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 245 (96.09% from 255) = 45.54%
BLUE value IS 108 (42.58% from 255) = 20.07%
R=34.39%
G=45.54%
B=20.07%

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
Decimal1852451080.2400.560.0486.2887.2669.22
HexB9F56C180384565745
Octal271365154300704126127105
Binary10111001111101011101100110000111000100101011010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F56C; }

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

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

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

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

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

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

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

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