#BBD983

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

Shades of Sulu #BBD983

Tints of Sulu #BBD983

Color information

#BBD983 (or 0xBBD983) is unknown color: approx Sulu. HEX triplet: BB, D9 and 83. RGB value is (187,217,131). Sum of RGB (Red+Green+Blue) = 187+217+131=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD983 is #44267C. Grayscale: #C6C6C6. Windows color (decimal): -4466301 or 8640955. OLE color: 8640955.

HSL color Cylindrical-coordinate representation of color #BBD983: hue angle of 80.93º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBD983 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB187217131-
CMYK0.1400.400.15
HSL80.93º53.09%68.24%-
HSV(B)80.93º39.63%85.1%-
XYZ49.461.8330.8-
YUV198.2390.06119.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 131 (51.56% from 255) = 24.49%
R=34.95%
G=40.56%
B=24.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171310.1400.400.1580.9353.0968.24
HexBBD983E028F513544
Octal273331203160501712165104
Binary10111011110110011000001111100101000111110100011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD983; }

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

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

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

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

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

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

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

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