#BDC473

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

Shades of Pine Glade #BDC473

Tints of Pine Glade #BDC473

Color information

#BDC473 (or 0xBDC473) is unknown color: approx Pine Glade. HEX triplet: BD, C4 and 73. RGB value is (189,196,115). Sum of RGB (Red+Green+Blue) = 189+196+115=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC473 is #423B8C. Grayscale: #B8B8B8. Windows color (decimal): -4340621 or 7587005. OLE color: 7587005.

HSL color Cylindrical-coordinate representation of color #BDC473: hue angle of 65.19º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC473 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB189196115-
CMYK0.0400.410.23
HSL65.19º40.7%60.98%-
HSV(B)65.19º41.33%76.86%-
XYZ43.8251.5423.86-
YUV184.6788.68131.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 115 (45.31% from 255) = 23%
R=37.8%
G=39.2%
B=23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961150.0400.410.2365.1940.760.98
HexBDC47340291741293d
Octal2753041634051271015175
Binary101111011100010011100111000101001101111000001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC473; }

 p { color: rgb(189,196,115); }

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

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

 a { background-color: rgb(189,196,115); }

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

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

 span { border-color: rgb(189,196,115); }

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