#bdcf8d

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

Shades of Sprout #BDCF8D

Tints of Sprout #BDCF8D

Color information

#BDCF8D (or 0xBDCF8D) is unknown color: approx Sprout. HEX triplet: BD, CF and 8D. RGB value is (189,207,141). Sum of RGB (Red+Green+Blue) = 189+207+141=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCF8D is #423072. Grayscale: #C2C2C2. Windows color (decimal): -4337779 or 9293757. OLE color: 9293757.

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

Color convert

RGB189207141-
CMYK0.0900.320.19
HSL76.36º40.74%68.24%-
HSV(B)76.36º31.88%81.18%-
XYZ48.1157.3733.74-
YUV194.0998.04124.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=35.20%
G=38.55%
B=26.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071410.0900.320.1976.3640.7468.24
HexBDCF8D9020134c2944
Octal275317215110402311451104
Binary101111011100111110001101100101000001001110011001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdcf8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdcf8d; }

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

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

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

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

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

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

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

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