#B4EA84

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

Shades of Sulu #B4EA84

Tints of Sulu #B4EA84

Color information

#B4EA84 (or 0xB4EA84) is unknown color: approx Sulu. HEX triplet: B4, EA and 84. RGB value is (180,234,132). Sum of RGB (Red+Green+Blue) = 180+234+132=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EA84 is #4B157B. Grayscale: #CECECE. Windows color (decimal): -4920700 or 8710836. OLE color: 8710836.

HSL color Cylindrical-coordinate representation of color #B4EA84: hue angle of 91.76º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4EA84 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB180234132-
CMYK0.2300.440.08
HSL91.76º70.83%71.76%-
HSV(B)91.76º43.59%91.76%-
XYZ52.4170.2132.62-
YUV206.2386.11109.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 234 (91.80% from 255) = 42.86%
BLUE value IS 132 (51.95% from 255) = 24.18%
R=32.97%
G=42.86%
B=24.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802341320.2300.440.0891.7670.8371.76
HexB4EA841702C85c4748
Octal2643522042705410134107110
Binary1011010011101010100001001011101011001000101110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EA84; }

 p { color: rgb(180,234,132); }

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

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

 a { background-color: rgb(180,234,132); }

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

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

 span { border-color: rgb(180,234,132); }

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