#BBEA7A

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

Shades of Sulu #BBEA7A

Tints of Sulu #BBEA7A

Color information

#BBEA7A (or 0xBBEA7A) is unknown color: approx Sulu. HEX triplet: BB, EA and 7A. RGB value is (187,234,122). Sum of RGB (Red+Green+Blue) = 187+234+122=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEA7A is #441585. Grayscale: #CFCFCF. Windows color (decimal): -4461958 or 8055483. OLE color: 8055483.

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

Color convert

RGB187234122-
CMYK0.2000.480.08
HSL85.18º72.73%69.8%-
HSV(B)85.18º47.86%91.76%-
XYZ53.4370.8229.27-
YUV207.1879.93113.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 234 (91.80% from 255) = 43.09%
BLUE value IS 122 (48.05% from 255) = 22.47%
R=34.44%
G=43.09%
B=22.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872341220.2000.480.0885.1872.7369.8
HexBBEA7A140308554946
Octal2733521722406010125111106
Binary101110111110101011110101010001100001000101010110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEA7A; }

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

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

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

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

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

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

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

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