#BBD883

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

Shades of Sulu #BBD883

Tints of Sulu #BBD883

Color information

#BBD883 (or 0xBBD883) is unknown color: approx Sulu. HEX triplet: BB, D8 and 83. RGB value is (187,216,131). Sum of RGB (Red+Green+Blue) = 187+216+131=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD883 is #44277C. Grayscale: #C5C5C5. Windows color (decimal): -4466557 or 8640699. OLE color: 8640699.

HSL color Cylindrical-coordinate representation of color #BBD883: hue angle of 80.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBD883 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB187216131-
CMYK0.1300.390.15
HSL80.47º52.15%68.04%-
HSV(B)80.47º39.35%84.71%-
XYZ49.1561.3230.72-
YUV197.6490.39120.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 131 (51.56% from 255) = 24.53%
R=35.02%
G=40.45%
B=24.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161310.1300.390.1580.4752.1568.04
HexBBD883D027F503444
Octal273330203150471712064104
Binary10111011110110001000001111010100111111110100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD883; }

 p { color: rgb(187,216,131); }

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

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

 a { background-color: rgb(187,216,131); }

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

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

 span { border-color: rgb(187,216,131); }

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