#BBDC83

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

Shades of Sulu #BBDC83

Tints of Sulu #BBDC83

Color information

#BBDC83 (or 0xBBDC83) is unknown color: approx Sulu. HEX triplet: BB, DC and 83. RGB value is (187,220,131). Sum of RGB (Red+Green+Blue) = 187+220+131=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC83 is #44237C. Grayscale: #C8C8C8. Windows color (decimal): -4465533 or 8641723. OLE color: 8641723.

HSL color Cylindrical-coordinate representation of color #BBDC83: hue angle of 82.25º degrees, saturation: 0.56, 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 #BBDC83 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB187220131-
CMYK0.1500.400.14
HSL82.25º55.97%68.82%-
HSV(B)82.25º40.45%86.27%-
XYZ50.1863.3931.06-
YUV199.9989.07118.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 131 (51.56% from 255) = 24.35%
R=34.76%
G=40.89%
B=24.35%

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
Decimal1872201310.1500.400.1482.2555.9768.82
HexBBDC83F028E523845
Octal273334203170501612270105
Binary10111011110111001000001111110101000111010100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC83; }

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

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

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

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

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

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

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

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