#BDC071

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

Shades of Pine Glade #BDC071

Tints of Pine Glade #BDC071

Color information

#BDC071 (or 0xBDC071) is unknown color: approx Pine Glade. HEX triplet: BD, C0 and 71. RGB value is (189,192,113). Sum of RGB (Red+Green+Blue) = 189+192+113=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC071 is #423F8E. Grayscale: #B6B6B6. Windows color (decimal): -4341647 or 7454909. OLE color: 7454909.

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

Color convert

RGB189192113-
CMYK0.0200.410.25
HSL62.28º38.54%59.8%-
HSV(B)62.28º41.15%75.29%-
XYZ42.8249.7122.96-
YUV182.189.01132.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 113 (44.53% from 255) = 22.87%
R=38.26%
G=38.87%
B=22.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921130.0200.410.2562.2838.5459.8
HexBDC0712029193e273c
Octal275300161205131764774
Binary1011110111000000111000110010100111001111110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC071; }

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

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

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

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

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

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

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

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