Html Css Color HEX #C2C97F Pine Glade

📋 copy color: '#C2C97F'

red 194 ◦ green 201 ◦ blue 127

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

Shades of Pine Glade #C2C97F

Tints of Pine Glade #C2C97F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.51%

 BLUE value IS 127 (50% from 255) = 24.33%

R = 37.16%
G = 38.51%
B = 24.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C2C97F (or 0xC2C97F) is known color: Pine Glade. HEX triplet: C2, C9 and 7F. RGB value is (194,201,127). Sum of RGB (Red+Green+Blue) = 194+201+127=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C97F is #3D3680. Grayscale: #BEBEBE. Windows color (decimal): -4011649 or 8374722. OLE color: 8374722.

HSL color Cylindrical-coordinate representation of color #C2C97F: hue angle of 65.68º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2C97F is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 201 127 -
CMYK 0.03 0 0.37 0.21
HSL 65.68º 0.41% 0.64% -
HSV(B) 65.68º 0.37% 0.79% -
XYZ 46.97 54.77 28.18 -
YUV 190.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 194 201 127 0.03 0 0.37 0.21 65.68 0.41 0.64
Hex C2 C9 7F 3 0 25 15 42 29 40
Octal 302 311 177 3 0 45 25 102 51 100
Binary 11000010 11001001 1111111 11 0 100101 10101 1000010 101001 1000000

Color Harmonies of #C2C97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C97F

Black with #C2C97F

Text Example


Text Example

White with #C2C97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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