#BBDC8A

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

Shades of Sulu #BBDC8A

Tints of Sulu #BBDC8A

Color information

#BBDC8A (or 0xBBDC8A) is unknown color: approx Sulu. HEX triplet: BB, DC and 8A. RGB value is (187,220,138). Sum of RGB (Red+Green+Blue) = 187+220+138=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC8A is #442375. Grayscale: #C9C9C9. Windows color (decimal): -4465526 or 9100475. OLE color: 9100475.

HSL color Cylindrical-coordinate representation of color #BBDC8A: hue angle of 84.15º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBDC8A is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB187220138-
CMYK0.1500.370.14
HSL84.15º53.95%70.2%-
HSV(B)84.15º37.27%86.27%-
XYZ50.6763.5933.65-
YUV200.7892.57118.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=34.31%
G=40.37%
B=25.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201380.1500.370.1484.1553.9570.2
HexBBDC8AF025E543646
Octal273334212170451612466106
Binary10111011110111001000101011110100101111010101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC8A; }

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

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

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

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

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

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

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

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