#BDC89B

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

Shades of Sprout #BDC89B

Tints of Sprout #BDC89B

Color information

#BDC89B (or 0xBDC89B) is unknown color: approx Sprout. HEX triplet: BD, C8 and 9B. RGB value is (189,200,155). Sum of RGB (Red+Green+Blue) = 189+200+155=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC89B is #423764. Grayscale: #BFBFBF. Windows color (decimal): -4339557 or 10209469. OLE color: 10209469.

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

Color convert

RGB189200155-
CMYK0.0600.220.22
HSL74.67º29.03%69.61%-
HSV(B)74.67º22.5%78.43%-
XYZ47.5654.4939.02-
YUV191.58107.36126.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=34.74%
G=36.76%
B=28.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001550.0600.220.2274.6729.0369.61
HexBDC89B6016164b1d46
Octal27531023360262611335106
Binary101111011100100010011011110010110101101001011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC89B; }

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

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

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

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

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

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

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

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