#BBE982

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

Shades of Sulu #BBE982

Tints of Sulu #BBE982

Color information

#BBE982 (or 0xBBE982) is unknown color: approx Sulu. HEX triplet: BB, E9 and 82. RGB value is (187,233,130). Sum of RGB (Red+Green+Blue) = 187+233+130=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE982 is #44167D. Grayscale: #CFCFCF. Windows color (decimal): -4462206 or 8579515. OLE color: 8579515.

HSL color Cylindrical-coordinate representation of color #BBE982: hue angle of 86.8º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBE982 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB187233130-
CMYK0.2000.440.09
HSL86.8º70.07%71.18%-
HSV(B)86.8º44.21%91.37%-
XYZ53.6670.4531.89-
YUV207.584.26113.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 233 (91.41% from 255) = 42.36%
BLUE value IS 130 (51.17% from 255) = 23.64%
R=34%
G=42.36%
B=23.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872331300.2000.440.0986.870.0771.18
HexBBE9821402C9574647
Octal2733512022405411127106107
Binary1011101111101001100000101010001011001001101011110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE982; }

 p { color: rgb(187,233,130); }

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

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

 a { background-color: rgb(187,233,130); }

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

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

 span { border-color: rgb(187,233,130); }

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