Html Css Color HEX #C2C67C Pine Glade

📋 copy color: '#C2C67C'

red 194 ◦ green 198 ◦ blue 124

#C2C67C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #C2C67C

Tints of Pine Glade #C2C67C

RGB

 RED value IS 194 (76.17% from 255) = 37.6%

 GREEN value IS 198 (77.73% from 255) = 38.37%

 BLUE value IS 124 (48.83% from 255) = 24.03%

R = 37.6%
G = 38.37%
B = 24.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C2C67C (or 0xC2C67C) is known color: Pine Glade. HEX triplet: C2, C6 and 7C. RGB value is (194,198,124). Sum of RGB (Red+Green+Blue) = 194+198+124=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C67C is #3D3983. Grayscale: #BCBCBC. Windows color (decimal): -4012420 or 8177346. OLE color: 8177346.

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

Color convert

RGB 194 198 124 -
CMYK 0.02 0 0.37 0.22
HSL 63.24º 0.39% 0.63% -
HSV(B) 63.24º 0.37% 0.78% -
XYZ 46.08 53.31 26.93 -
YUV 188.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 194 198 124 0.02 0 0.37 0.22 63.24 0.39 0.63
Hex C2 C6 7C 2 0 25 16 3F 27 3F
Octal 302 306 174 2 0 45 26 77 47 77
Binary 11000010 11000110 1111100 10 0 100101 10110 111111 100111 111111

Color Harmonies of #C2C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C67C

Black with #C2C67C

Text Example


Text Example

White with #C2C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C67C; }

 p { color: rgb(194,198,124); }

 H1.HeaderClassName
 {
   color: #C2C67C;
 }
 .AnyTagClassName
 {
   color: #C2C67C;
 }
</style>

background-color css

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

 a { background-color: rgb(194,198,124); }

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

border-color css

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

 span { border-color: rgb(194,198,124); }

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