#BBDB83

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

Shades of Sulu #BBDB83

Tints of Sulu #BBDB83

Color information

#BBDB83 (or 0xBBDB83) is unknown color: approx Sulu. HEX triplet: BB, DB and 83. RGB value is (187,219,131). Sum of RGB (Red+Green+Blue) = 187+219+131=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB83 is #44247C. Grayscale: #C7C7C7. Windows color (decimal): -4465789 or 8641467. OLE color: 8641467.

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

Color convert

RGB187219131-
CMYK0.1500.400.14
HSL81.82º55%68.63%-
HSV(B)81.82º40.18%85.88%-
XYZ49.9262.8730.98-
YUV199.489.4119.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 131 (51.56% from 255) = 24.39%
R=34.82%
G=40.78%
B=24.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191310.1500.400.1481.825568.63
HexBBDB83F028E523745
Octal273333203170501612267105
Binary10111011110110111000001111110101000111010100101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDB83; }

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

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

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

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

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

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

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

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