#BDC171

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

Shades of Pine Glade #BDC171

Tints of Pine Glade #BDC171

Color information

#BDC171 (or 0xBDC171) is unknown color: approx Pine Glade. HEX triplet: BD, C1 and 71. RGB value is (189,193,113). Sum of RGB (Red+Green+Blue) = 189+193+113=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC171 is #423E8E. Grayscale: #B7B7B7. Windows color (decimal): -4341391 or 7455165. OLE color: 7455165.

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

Color convert

RGB189193113-
CMYK0.0200.410.24
HSL63º39.22%60%-
HSV(B)63º41.45%75.69%-
XYZ43.0450.1523.03-
YUV182.6888.67132.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=38.18%
G=38.99%
B=22.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931130.0200.410.246339.2260
HexBDC1712029183f273c
Octal275301161205130774774
Binary1011110111000001111000110010100111000111111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC171; }

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

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

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

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

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

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

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

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