#B4E96C

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

Shades of Sulu #B4E96C

Tints of Sulu #B4E96C

Color information

#B4E96C (or 0xB4E96C) is unknown color: approx Sulu. HEX triplet: B4, E9 and 6C. RGB value is (180,233,108). Sum of RGB (Red+Green+Blue) = 180+233+108=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E96C is #4B1693. Grayscale: #CBCBCB. Windows color (decimal): -4920980 or 7137716. OLE color: 7137716.

HSL color Cylindrical-coordinate representation of color #B4E96C: hue angle of 85.44º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4E96C is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB180233108-
CMYK0.2300.540.09
HSL85.44º73.96%66.86%-
HSV(B)85.44º53.65%91.37%-
XYZ50.6769.0624.85-
YUV202.974.44111.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 233 (91.41% from 255) = 44.72%
BLUE value IS 108 (42.58% from 255) = 20.73%
R=34.55%
G=44.72%
B=20.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802331080.2300.540.0985.4473.9666.86
HexB4E96C170369554a43
Octal2643511542706611125112103
Binary101101001110100111011001011101101101001101010110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E96C; }

 p { color: rgb(180,233,108); }

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

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

 a { background-color: rgb(180,233,108); }

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

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

 span { border-color: rgb(180,233,108); }

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