#BDCB96

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

Shades of Sprout #BDCB96

Tints of Sprout #BDCB96

Color information

#BDCB96 (or 0xBDCB96) is unknown color: approx Sprout. HEX triplet: BD, CB and 96. RGB value is (189,203,150). Sum of RGB (Red+Green+Blue) = 189+203+150=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB96 is #423469. Grayscale: #C0C0C0. Windows color (decimal): -4338794 or 9882557. OLE color: 9882557.

HSL color Cylindrical-coordinate representation of color #BDCB96: hue angle of 75.85º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDCB96 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB189203150-
CMYK0.0700.260.20
HSL75.85º33.76%69.22%-
HSV(B)75.85º26.11%79.61%-
XYZ47.8555.7337.09-
YUV192.77103.86125.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=34.87%
G=37.45%
B=27.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031500.0700.260.2075.8533.7669.22
HexBDCB96701A144c2245
Octal27531322670322411442105
Binary1011110111001011100101101110110101010010011001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB96; }

 p { color: rgb(189,203,150); }

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

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

 a { background-color: rgb(189,203,150); }

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

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

 span { border-color: rgb(189,203,150); }

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