#BDCE90

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

Shades of Sprout #BDCE90

Tints of Sprout #BDCE90

Color information

#BDCE90 (or 0xBDCE90) is unknown color: approx Sprout. HEX triplet: BD, CE and 90. RGB value is (189,206,144). Sum of RGB (Red+Green+Blue) = 189+206+144=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE90 is #42316F. Grayscale: #C2C2C2. Windows color (decimal): -4338032 or 9490109. OLE color: 9490109.

HSL color Cylindrical-coordinate representation of color #BDCE90: hue angle of 76.45º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCE90 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB189206144-
CMYK0.0800.300.19
HSL76.45º38.75%68.63%-
HSV(B)76.45º30.1%80.78%-
XYZ48.0956.9834.85-
YUV193.8599.87124.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=35.06%
G=38.22%
B=26.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061440.0800.300.1976.4538.7568.63
HexBDCE90801E134c2745
Octal275316220100362311447105
Binary10111101110011101001000010000111101001110011001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE90; }

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

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

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

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

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

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

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

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