#BDC89A

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

Shades of Sprout #BDC89A

Tints of Sprout #BDC89A

Color information

#BDC89A (or 0xBDC89A) is unknown color: approx Sprout. HEX triplet: BD, C8 and 9A. RGB value is (189,200,154). Sum of RGB (Red+Green+Blue) = 189+200+154=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC89A is #423765. Grayscale: #BFBFBF. Windows color (decimal): -4339558 or 10143933. OLE color: 10143933.

HSL color Cylindrical-coordinate representation of color #BDC89A: hue angle of 74.35º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC89A is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB189200154-
CMYK0.0600.230.22
HSL74.35º29.49%69.41%-
HSV(B)74.35º23%78.43%-
XYZ47.4754.4638.58-
YUV191.47106.86126.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 200 (78.52% from 255) = 36.83%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=34.81%
G=36.83%
B=28.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001540.0600.230.2274.3529.4969.41
HexBDC89A6017164a1d45
Octal27531023260272611235105
Binary101111011100100010011010110010111101101001010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC89A; }

 p { color: rgb(189,200,154); }

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

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

 a { background-color: rgb(189,200,154); }

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

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

 span { border-color: rgb(189,200,154); }

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