#C0C27F

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

Shades of Pine Glade #C0C27F

Tints of Pine Glade #C0C27F

Color information

#C0C27F (or 0xC0C27F) is unknown color: approx Pine Glade. HEX triplet: C0, C2 and 7F. RGB value is (192,194,127). Sum of RGB (Red+Green+Blue) = 192+194+127=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C27F is #3F3D80. Grayscale: #BABABA. Windows color (decimal): -4144513 or 8372928. OLE color: 8372928.

HSL color Cylindrical-coordinate representation of color #C0C27F: hue angle of 61.79º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0C27F is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB192194127-
CMYK0.0100.350.24
HSL61.79º35.45%62.94%-
HSV(B)61.79º34.54%76.08%-
XYZ44.8651.3227.62-
YUV185.7694.84132.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 127 (50% from 255) = 24.76%
R=37.43%
G=37.82%
B=24.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921941270.0100.350.2461.7935.4562.94
HexC0C27F1023183e233f
Octal300302177104330764377
Binary110000001100001011111111010001111000111110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C27F; }

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

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

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

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

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

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

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

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