#C0C67B

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

Shades of Pine Glade #C0C67B

Tints of Pine Glade #C0C67B

Color information

#C0C67B (or 0xC0C67B) is unknown color: approx Pine Glade. HEX triplet: C0, C6 and 7B. RGB value is (192,198,123). Sum of RGB (Red+Green+Blue) = 192+198+123=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C67B is #3F3984. Grayscale: #BBBBBB. Windows color (decimal): -4143493 or 8111808. OLE color: 8111808.

HSL color Cylindrical-coordinate representation of color #C0C67B: hue angle of 64.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C67B is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB192198123-
CMYK0.0300.380.22
HSL64.8º39.68%62.94%-
HSV(B)64.8º37.88%77.65%-
XYZ45.5153.0226.58-
YUV187.6691.51131.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 123 (48.44% from 255) = 23.98%
R=37.43%
G=38.60%
B=23.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921981230.0300.380.2264.839.6862.94
HexC0C67B30261641283f
Octal3003061733046261015077
Binary11000000110001101111011110100110101101000001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C67B; }

 p { color: rgb(192,198,123); }

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

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

 a { background-color: rgb(192,198,123); }

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

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

 span { border-color: rgb(192,198,123); }

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