#BDCF97

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

Shades of Sprout #BDCF97

Tints of Sprout #BDCF97

Color information

#BDCF97 (or 0xBDCF97) is unknown color: approx Sprout. HEX triplet: BD, CF and 97. RGB value is (189,207,151). Sum of RGB (Red+Green+Blue) = 189+207+151=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCF97 is #423068. Grayscale: #C3C3C3. Windows color (decimal): -4337769 or 9949117. OLE color: 9949117.

HSL color Cylindrical-coordinate representation of color #BDCF97: hue angle of 79.29º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDCF97 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB189207151-
CMYK0.0900.270.19
HSL79.29º36.84%70.2%-
HSV(B)79.29º27.05%81.18%-
XYZ48.8957.6837.83-
YUV195.23103.04123.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=34.55%
G=37.84%
B=27.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071510.0900.270.1979.2936.8470.2
HexBDCF97901B134f2546
Octal275317227110332311745106
Binary10111101110011111001011110010110111001110011111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCF97; }

 p { color: rgb(189,207,151); }

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

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

 a { background-color: rgb(189,207,151); }

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

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

 span { border-color: rgb(189,207,151); }

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