#BDDB8B

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

Shades of Sulu #BDDB8B

Tints of Sulu #BDDB8B

Color information

#BDDB8B (or 0xBDDB8B) is unknown color: approx Sulu. HEX triplet: BD, DB and 8B. RGB value is (189,219,139). Sum of RGB (Red+Green+Blue) = 189+219+139=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB8B is #422474. Grayscale: #C9C9C9. Windows color (decimal): -4334709 or 9165757. OLE color: 9165757.

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

Color convert

RGB189219139-
CMYK0.1400.370.14
HSL82.5º52.63%70.2%-
HSV(B)82.5º36.53%85.88%-
XYZ50.9863.3533.97-
YUV200.9193.06119.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 139 (54.69% from 255) = 25.41%
R=34.55%
G=40.04%
B=25.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191390.1400.370.1482.552.6370.2
HexBDDB8BE025E523546
Octal275333213160451612265106
Binary10111101110110111000101111100100101111010100101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB8B; }

 p { color: rgb(189,219,139); }

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

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

 a { background-color: rgb(189,219,139); }

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

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

 span { border-color: rgb(189,219,139); }

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