#BBED84

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

Shades of Sulu #BBED84

Tints of Sulu #BBED84

Color information

#BBED84 (or 0xBBED84) is unknown color: approx Sulu. HEX triplet: BB, ED and 84. RGB value is (187,237,132). Sum of RGB (Red+Green+Blue) = 187+237+132=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBED84 is #44127B. Grayscale: #D2D2D2. Windows color (decimal): -4461180 or 8711611. OLE color: 8711611.

HSL color Cylindrical-coordinate representation of color #BBED84: hue angle of 88.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBED84 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB187237132-
CMYK0.2100.440.07
HSL88.57º74.47%72.35%-
HSV(B)88.57º44.3%92.94%-
XYZ54.9472.832.99-
YUV210.0883.94111.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 237 (92.97% from 255) = 42.63%
BLUE value IS 132 (51.95% from 255) = 23.74%
R=33.63%
G=42.63%
B=23.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371320.2100.440.0788.5774.4772.35
HexBBED841502C7594a48
Octal273355204250547131112110
Binary101110111110110110000100101010101100111101100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBED84; }

 p { color: rgb(187,237,132); }

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

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

 a { background-color: rgb(187,237,132); }

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

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

 span { border-color: rgb(187,237,132); }

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