#BDCD90

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

Shades of Sprout #BDCD90

Tints of Sprout #BDCD90

Color information

#BDCD90 (or 0xBDCD90) is unknown color: approx Sprout. HEX triplet: BD, CD and 90. RGB value is (189,205,144). Sum of RGB (Red+Green+Blue) = 189+205+144=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD90 is #42326F. Grayscale: #C1C1C1. Windows color (decimal): -4338288 or 9489853. OLE color: 9489853.

HSL color Cylindrical-coordinate representation of color #BDCD90: hue angle of 75.74º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCD90 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB189205144-
CMYK0.0800.300.20
HSL75.74º37.89%68.43%-
HSV(B)75.74º29.76%80.39%-
XYZ47.8556.534.77-
YUV193.26100.2124.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 144 (56.64% from 255) = 26.77%
R=35.13%
G=38.10%
B=26.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051440.0800.300.2075.7437.8968.43
HexBDCD90801E144c2644
Octal275315220100362411446104
Binary10111101110011011001000010000111101010010011001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD90; }

 p { color: rgb(189,205,144); }

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

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

 a { background-color: rgb(189,205,144); }

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

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

 span { border-color: rgb(189,205,144); }

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