#BDC379

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

Shades of Pine Glade #BDC379

Tints of Pine Glade #BDC379

Color information

#BDC379 (or 0xBDC379) is unknown color: approx Pine Glade. HEX triplet: BD, C3 and 79. RGB value is (189,195,121). Sum of RGB (Red+Green+Blue) = 189+195+121=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC379 is #423C86. Grayscale: #B9B9B9. Windows color (decimal): -4340871 or 7979965. OLE color: 7979965.

HSL color Cylindrical-coordinate representation of color #BDC379: hue angle of 64.86º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDC379 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB189195121-
CMYK0.0300.380.24
HSL64.86º38.14%61.96%-
HSV(B)64.86º37.95%76.47%-
XYZ43.9551.2325.66-
YUV184.7792.01131.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 195 (76.56% from 255) = 38.61%
BLUE value IS 121 (47.66% from 255) = 23.96%
R=37.43%
G=38.61%
B=23.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951210.0300.380.2464.8638.1461.96
HexBDC37930261841263e
Octal2753031713046301014676
Binary10111101110000111111001110100110110001000001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC379; }

 p { color: rgb(189,195,121); }

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

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

 a { background-color: rgb(189,195,121); }

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

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

 span { border-color: rgb(189,195,121); }

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