Html Css Color HEX #C2C67E Pine Glade

📋 copy color: '#C2C67E'

red 194 ◦ green 198 ◦ blue 126

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

Shades of Pine Glade #C2C67E

Tints of Pine Glade #C2C67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.32%

R = 37.45%
G = 38.22%
B = 24.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C2C67E (or 0xC2C67E) is known color: Pine Glade. HEX triplet: C2, C6 and 7E. RGB value is (194,198,126). Sum of RGB (Red+Green+Blue) = 194+198+126=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C67E is #3D3981. Grayscale: #BCBCBC. Windows color (decimal): -4012418 or 8308418. OLE color: 8308418.

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

Color convert

RGB 194 198 126 -
CMYK 0.02 0 0.36 0.22
HSL 63.33º 0.39% 0.64% -
HSV(B) 63.33º 0.36% 0.78% -
XYZ 46.21 53.36 27.6 -
YUV 188.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 194 198 126 0.02 0 0.36 0.22 63.33 0.39 0.64
Hex C2 C6 7E 2 0 24 16 3F 27 40
Octal 302 306 176 2 0 44 26 77 47 100
Binary 11000010 11000110 1111110 10 0 100100 10110 111111 100111 1000000

Color Harmonies of #C2C67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C67E

Black with #C2C67E

Text Example


Text Example

White with #C2C67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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