#C0C67F

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

Shades of Pine Glade #C0C67F

Tints of Pine Glade #C0C67F

Color information

#C0C67F (or 0xC0C67F) is unknown color: approx Pine Glade. HEX triplet: C0, C6 and 7F. RGB value is (192,198,127). Sum of RGB (Red+Green+Blue) = 192+198+127=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C67F is #3F3980. Grayscale: #BCBCBC. Windows color (decimal): -4143489 or 8373952. OLE color: 8373952.

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

Color convert

RGB192198127-
CMYK0.0300.360.22
HSL65.07º38.38%63.73%-
HSV(B)65.07º35.86%77.65%-
XYZ45.7653.1327.92-
YUV188.1193.51130.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 127 (50% from 255) = 24.56%
R=37.14%
G=38.30%
B=24.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921981270.0300.360.2265.0738.3863.73
HexC0C67F302416412640
Octal30030617730442610146100
Binary110000001100011011111111101001001011010000011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C67F; }

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

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

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

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

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

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

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

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