#BBEA81

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

Shades of Sulu #BBEA81

Tints of Sulu #BBEA81

Color information

#BBEA81 (or 0xBBEA81) is unknown color: approx Sulu. HEX triplet: BB, EA and 81. RGB value is (187,234,129). Sum of RGB (Red+Green+Blue) = 187+234+129=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEA81 is #44157E. Grayscale: #D0D0D0. Windows color (decimal): -4461951 or 8514235. OLE color: 8514235.

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

Color convert

RGB187234129-
CMYK0.2000.450.08
HSL86.86º71.43%71.18%-
HSV(B)86.86º44.87%91.76%-
XYZ53.887131.63-
YUV207.9883.43113.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 234 (91.80% from 255) = 42.55%
BLUE value IS 129 (50.78% from 255) = 23.45%
R=34%
G=42.55%
B=23.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872341290.2000.450.0886.8671.4371.18
HexBBEA811402D8574747
Octal2733522012405510127107107
Binary1011101111101010100000011010001011011000101011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEA81; }

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

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

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

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

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

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

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

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