#BDC179

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

Shades of Pine Glade #BDC179

Tints of Pine Glade #BDC179

Color information

#BDC179 (or 0xBDC179) is unknown color: approx Pine Glade. HEX triplet: BD, C1 and 79. RGB value is (189,193,121). Sum of RGB (Red+Green+Blue) = 189+193+121=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC179 is #423E86. Grayscale: #B7B7B7. Windows color (decimal): -4341383 or 7979453. OLE color: 7979453.

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

Color convert

RGB189193121-
CMYK0.0200.370.24
HSL63.33º36.73%61.57%-
HSV(B)63.33º37.31%75.69%-
XYZ43.5150.3425.51-
YUV183.692.67131.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 121 (47.66% from 255) = 24.06%
R=37.57%
G=38.37%
B=24.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931210.0200.370.2463.3336.7361.57
HexBDC1792025183f253e
Octal275301171204530774576
Binary1011110111000001111100110010010111000111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC179; }

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

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

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

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

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

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

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

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