#C3C67E

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

Shades of Pine Glade #C3C67E

Tints of Pine Glade #C3C67E

Color information

#C3C67E (or 0xC3C67E) is unknown color: approx Pine Glade. HEX triplet: C3, C6 and 7E. RGB value is (195,198,126). Sum of RGB (Red+Green+Blue) = 195+198+126=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C67E is #3C3981. Grayscale: #BDBDBD. Windows color (decimal): -3946882 or 8308419. OLE color: 8308419.

HSL color Cylindrical-coordinate representation of color #C3C67E: hue angle of 62.5º degrees, saturation: 0.39, 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 #C3C67E is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB195198126-
CMYK0.0200.360.22
HSL62.5º38.71%63.53%-
HSV(B)62.5º36.36%77.65%-
XYZ46.4753.527.62-
YUV188.992.51132.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 126 (49.61% from 255) = 24.28%
R=37.57%
G=38.15%
B=24.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951981260.0200.360.2262.538.7163.53
HexC3C67E2024163e2740
Octal3033061762044267647100
Binary11000011110001101111110100100100101101111101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C67E; }

 p { color: rgb(195,198,126); }

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

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

 a { background-color: rgb(195,198,126); }

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

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

 span { border-color: rgb(195,198,126); }

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