#BBE985

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

Shades of Sulu #BBE985

Tints of Sulu #BBE985

Color information

#BBE985 (or 0xBBE985) is unknown color: approx Sulu. HEX triplet: BB, E9 and 85. RGB value is (187,233,133). Sum of RGB (Red+Green+Blue) = 187+233+133=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE985 is #44167A. Grayscale: #D0D0D0. Windows color (decimal): -4462203 or 8776123. OLE color: 8776123.

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

Color convert

RGB187233133-
CMYK0.2000.430.09
HSL87.6º69.44%71.76%-
HSV(B)87.6º42.92%91.37%-
XYZ53.8770.5432.97-
YUV207.8585.76113.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=33.82%
G=42.13%
B=24.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872331330.2000.430.0987.669.4471.76
HexBBE9851402B9584548
Octal2733512052405311130105110
Binary1011101111101001100001011010001010111001101100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE985; }

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

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

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

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

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

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

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

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