Html Css Color HEX #C2C66F Pine Glade

📋 copy color: '#C2C66F'

red 194 ◦ green 198 ◦ blue 111

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

Shades of Pine Glade #C2C66F

Tints of Pine Glade #C2C66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.07%

R = 38.57%
G = 39.36%
B = 22.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C2C66F (or 0xC2C66F) is known color: Pine Glade. HEX triplet: C2, C6 and 6F. RGB value is (194,198,111). Sum of RGB (Red+Green+Blue) = 194+198+111=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C66F is #3D3990. Grayscale: #BBBBBB. Windows color (decimal): -4012433 or 7325378. OLE color: 7325378.

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

Color convert

RGB 194 198 111 -
CMYK 0.02 0 0.44 0.22
HSL 62.76º 0.43% 0.61% -
HSV(B) 62.76º 0.44% 0.78% -
XYZ 45.31 53.01 22.88 -
YUV 186.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 194 198 111 0.02 0 0.44 0.22 62.76 0.43 0.61
Hex C2 C6 6F 2 0 2C 16 3F 2B 3D
Octal 302 306 157 2 0 54 26 77 53 75
Binary 11000010 11000110 1101111 10 0 101100 10110 111111 101011 111101

Color Harmonies of #C2C66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C66F

Black with #C2C66F

Text Example


Text Example

White with #C2C66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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