#BDC99B

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

Shades of Sprout #BDC99B

Tints of Sprout #BDC99B

Color information

#BDC99B (or 0xBDC99B) is unknown color: approx Sprout. HEX triplet: BD, C9 and 9B. RGB value is (189,201,155). Sum of RGB (Red+Green+Blue) = 189+201+155=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC99B is #423664. Grayscale: #C0C0C0. Windows color (decimal): -4339301 or 10209725. OLE color: 10209725.

HSL color Cylindrical-coordinate representation of color #BDC99B: hue angle of 75.65º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC99B is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB189201155-
CMYK0.0600.230.21
HSL75.65º29.87%69.8%-
HSV(B)75.65º22.89%78.82%-
XYZ47.7954.9639.1-
YUV192.17107.02125.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=34.68%
G=36.88%
B=28.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011550.0600.230.2175.6529.8769.8
HexBDC99B6017154c1e46
Octal27531123360272511436106
Binary101111011100100110011011110010111101011001100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC99B; }

 p { color: rgb(189,201,155); }

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

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

 a { background-color: rgb(189,201,155); }

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

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

 span { border-color: rgb(189,201,155); }

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