#C0BD7F

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

Shades of Pine Glade #C0BD7F

Tints of Pine Glade #C0BD7F

Color information

#C0BD7F (or 0xC0BD7F) is unknown color: approx Pine Glade. HEX triplet: C0, BD and 7F. RGB value is (192,189,127). Sum of RGB (Red+Green+Blue) = 192+189+127=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD7F is #3F4280. Grayscale: #B7B7B7. Windows color (decimal): -4145793 or 8371648. OLE color: 8371648.

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

Color convert

RGB192189127-
CMYK00.020.340.25
HSL57.23º34.03%62.55%-
HSV(B)57.23º33.85%75.29%-
XYZ43.7749.1327.26-
YUV182.8396.49134.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 127 (50% from 255) = 25%
R=37.80%
G=37.20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218912700.020.340.2557.2334.0362.55
HexC0BD7F02221939223f
Octal300275177024231714277
Binary1100000010111101111111101010001011001111001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BD7F; }

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

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

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

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

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

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

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

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