#B4E276

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

Shades of Sulu #B4E276

Tints of Sulu #B4E276

Color information

#B4E276 (or 0xB4E276) is unknown color: approx Sulu. HEX triplet: B4, E2 and 76. RGB value is (180,226,118). Sum of RGB (Red+Green+Blue) = 180+226+118=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E276 is #4B1D89. Grayscale: #C8C8C8. Windows color (decimal): -4922762 or 7791284. OLE color: 7791284.

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

Color convert

RGB180226118-
CMYK0.2000.480.11
HSL85.56º65.06%67.45%-
HSV(B)85.56º47.79%88.63%-
XYZ49.2965.427.17-
YUV199.9381.76113.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 226 (88.67% from 255) = 43.13%
BLUE value IS 118 (46.48% from 255) = 22.52%
R=34.35%
G=43.13%
B=22.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1802261180.2000.480.1185.5665.0667.45
HexB4E27614030B564143
Octal2643421662406013126101103
Binary101101001110001011101101010001100001011101011010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E276; }

 p { color: rgb(180,226,118); }

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

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

 a { background-color: rgb(180,226,118); }

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

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

 span { border-color: rgb(180,226,118); }

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