#BDC170

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

Shades of Pine Glade #BDC170

Tints of Pine Glade #BDC170

Color information

#BDC170 (or 0xBDC170) is unknown color: approx Pine Glade. HEX triplet: BD, C1 and 70. RGB value is (189,193,112). Sum of RGB (Red+Green+Blue) = 189+193+112=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC170 is #423E8F. Grayscale: #B6B6B6. Windows color (decimal): -4341392 or 7389629. OLE color: 7389629.

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

Color convert

RGB189193112-
CMYK0.0200.420.24
HSL62.96º39.51%59.8%-
HSV(B)62.96º41.97%75.69%-
XYZ42.9850.1322.74-
YUV182.5788.17132.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=38.26%
G=39.07%
B=22.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931120.0200.420.2462.9639.5159.8
HexBDC170202A183f283c
Octal275301160205230775074
Binary1011110111000001111000010010101011000111111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC170; }

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

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

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

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

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

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

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

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