#BBEA8A

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

Shades of Sulu #BBEA8A

Tints of Sulu #BBEA8A

Color information

#BBEA8A (or 0xBBEA8A) is unknown color: approx Sulu. HEX triplet: BB, EA and 8A. RGB value is (187,234,138). Sum of RGB (Red+Green+Blue) = 187+234+138=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEA8A is #441575. Grayscale: #D1D1D1. Windows color (decimal): -4461942 or 9104059. OLE color: 9104059.

HSL color Cylindrical-coordinate representation of color #BBEA8A: hue angle of 89.38º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBEA8A is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB187234138-
CMYK0.2000.410.08
HSL89.38º69.57%72.94%-
HSV(B)89.38º41.03%91.76%-
XYZ54.571.2534.92-
YUV20987.93112.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 234 (91.80% from 255) = 41.86%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=33.45%
G=41.86%
B=24.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872341380.2000.410.0889.3869.5772.94
HexBBEA8A140298594649
Octal2733522122405110131106111
Binary1011101111101010100010101010001010011000101100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEA8A; }

 p { color: rgb(187,234,138); }

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

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

 a { background-color: rgb(187,234,138); }

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

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

 span { border-color: rgb(187,234,138); }

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