#B4E172

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

Shades of Sulu #B4E172

Tints of Sulu #B4E172

Color information

#B4E172 (or 0xB4E172) is unknown color: approx Sulu. HEX triplet: B4, E1 and 72. RGB value is (180,225,114). Sum of RGB (Red+Green+Blue) = 180+225+114=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E172 is #4B1E8D. Grayscale: #C7C7C7. Windows color (decimal): -4923022 or 7528884. OLE color: 7528884.

HSL color Cylindrical-coordinate representation of color #B4E172: hue angle of 84.32º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4E172 is Cyan = 0.2, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB180225114-
CMYK0.200.490.12
HSL84.32º64.91%66.47%-
HSV(B)84.32º49.33%88.24%-
XYZ48.7864.7725.85-
YUV198.8980.09114.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 225 (88.28% from 255) = 43.35%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=34.68%
G=43.35%
B=21.97%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802251140.200.490.1284.3264.9166.47
HexB4E17214031C544142
Octal2643411622406114124101102
Binary101101001110000111100101010001100011100101010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E172; }

 p { color: rgb(180,225,114); }

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

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

 a { background-color: rgb(180,225,114); }

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

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

 span { border-color: rgb(180,225,114); }

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