#B4EB84

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

Shades of Sulu #B4EB84

Tints of Sulu #B4EB84

Color information

#B4EB84 (or 0xB4EB84) is unknown color: approx Sulu. HEX triplet: B4, EB and 84. RGB value is (180,235,132). Sum of RGB (Red+Green+Blue) = 180+235+132=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EB84 is #4B147B. Grayscale: #CFCFCF. Windows color (decimal): -4920444 or 8711092. OLE color: 8711092.

HSL color Cylindrical-coordinate representation of color #B4EB84: hue angle of 92.04º degrees, saturation: 0.72, 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 #B4EB84 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB180235132-
CMYK0.2300.440.08
HSL92.04º72.03%71.96%-
HSV(B)92.04º43.83%92.16%-
XYZ52.770.7932.72-
YUV206.8185.78108.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 132 (51.95% from 255) = 24.13%
R=32.91%
G=42.96%
B=24.13%

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
Decimal1802351320.2300.440.0892.0472.0371.96
HexB4EB841702C85c4848
Octal2643532042705410134110110
Binary1011010011101011100001001011101011001000101110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EB84; }

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

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

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

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

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

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

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

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