#B9E476

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

Shades of Sulu #B9E476

Tints of Sulu #B9E476

Color information

#B9E476 (or 0xB9E476) is unknown color: approx Sulu. HEX triplet: B9, E4 and 76. RGB value is (185,228,118). Sum of RGB (Red+Green+Blue) = 185+228+118=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E476 is #461B89. Grayscale: #CACACA. Windows color (decimal): -4594570 or 7791801. OLE color: 7791801.

HSL color Cylindrical-coordinate representation of color #B9E476: hue angle of 83.45º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9E476 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB185228118-
CMYK0.1900.480.11
HSL83.45º67.07%67.84%-
HSV(B)83.45º48.25%89.41%-
XYZ51.0267.1127.4-
YUV202.680.25115.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 228 (89.45% from 255) = 42.94%
BLUE value IS 118 (46.48% from 255) = 22.22%
R=34.84%
G=42.94%
B=22.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852281180.1900.480.1183.4567.0767.84
HexB9E47613030B534344
Octal2713441662306013123103104
Binary101110011110010011101101001101100001011101001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E476; }

 p { color: rgb(185,228,118); }

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

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

 a { background-color: rgb(185,228,118); }

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

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

 span { border-color: rgb(185,228,118); }

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