#BDCE92

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

Shades of Sprout #BDCE92

Tints of Sprout #BDCE92

Color information

#BDCE92 (or 0xBDCE92) is unknown color: approx Sprout. HEX triplet: BD, CE and 92. RGB value is (189,206,146). Sum of RGB (Red+Green+Blue) = 189+206+146=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE92 is #42316D. Grayscale: #C2C2C2. Windows color (decimal): -4338030 or 9621181. OLE color: 9621181.

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

Color convert

RGB189206146-
CMYK0.0800.290.19
HSL77º37.97%69.02%-
HSV(B)77º29.13%80.78%-
XYZ48.2557.0435.66-
YUV194.08100.87124.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 146 (57.42% from 255) = 26.99%
R=34.94%
G=38.08%
B=26.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061460.0800.290.197737.9769.02
HexBDCE92801D134d2645
Octal275316222100352311546105
Binary10111101110011101001001010000111011001110011011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE92; }

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

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

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

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

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

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

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

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