#BDC175

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

Shades of Pine Glade #BDC175

Tints of Pine Glade #BDC175

Color information

#BDC175 (or 0xBDC175) is unknown color: approx Pine Glade. HEX triplet: BD, C1 and 75. RGB value is (189,193,117). Sum of RGB (Red+Green+Blue) = 189+193+117=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC175 is #423E8A. Grayscale: #B7B7B7. Windows color (decimal): -4341387 or 7717309. OLE color: 7717309.

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

Color convert

RGB189193117-
CMYK0.0200.390.24
HSL63.16º38%60.78%-
HSV(B)63.16º39.38%75.69%-
XYZ43.2750.2424.25-
YUV183.1490.67132.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 193 (75.78% from 255) = 38.68%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=37.88%
G=38.68%
B=23.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931170.0200.390.2463.163860.78
HexBDC1752027183f263d
Octal275301165204730774675
Binary1011110111000001111010110010011111000111111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC175; }

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

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

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

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

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

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

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

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