#C0BC82

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

Shades of Pine Glade #C0BC82

Tints of Pine Glade #C0BC82

Color information

#C0BC82 (or 0xC0BC82) is unknown color: approx Pine Glade. HEX triplet: C0, BC and 82. RGB value is (192,188,130). Sum of RGB (Red+Green+Blue) = 192+188+130=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC82 is #3F437D. Grayscale: #B6B6B6. Windows color (decimal): -4146046 or 8568000. OLE color: 8568000.

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

Color convert

RGB192188130-
CMYK00.020.320.25
HSL56.13º32.98%63.14%-
HSV(B)56.13º32.29%75.29%-
XYZ43.7548.7828.23-
YUV182.5898.33134.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=37.65%
G=36.86%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218813000.020.320.2556.1332.9863.14
HexC0BC8202201938213f
Octal300274202024031704177
Binary11000000101111001000001001010000011001111000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BC82; }

 p { color: rgb(192,188,130); }

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

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

 a { background-color: rgb(192,188,130); }

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

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

 span { border-color: rgb(192,188,130); }

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