Html Css Color HEX #C2C57A Pine Glade

📋 copy color: '#C2C57A'

red 194 ◦ green 197 ◦ blue 122

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

Shades of Pine Glade #C2C57A

Tints of Pine Glade #C2C57A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.4%

 BLUE value IS 122 (48.05% from 255) = 23.78%

R = 37.82%
G = 38.4%
B = 23.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C2C57A (or 0xC2C57A) is known color: Pine Glade. HEX triplet: C2, C5 and 7A. RGB value is (194,197,122). Sum of RGB (Red+Green+Blue) = 194+197+122=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C57A is #3D3A85. Grayscale: #BBBBBB. Windows color (decimal): -4012678 or 8046018. OLE color: 8046018.

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

Color convert

RGB 194 197 122 -
CMYK 0.02 0 0.38 0.23
HSL 62.4º 0.39% 0.63% -
HSV(B) 62.4º 0.38% 0.77% -
XYZ 45.73 52.81 26.2 -
YUV 187.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 194 197 122 0.02 0 0.38 0.23 62.4 0.39 0.63
Hex C2 C5 7A 2 0 26 17 3E 27 3F
Octal 302 305 172 2 0 46 27 76 47 77
Binary 11000010 11000101 1111010 10 0 100110 10111 111110 100111 111111

Color Harmonies of #C2C57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C57A

Black with #C2C57A

Text Example


Text Example

White with #C2C57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C57A; }

 p { color: rgb(194,197,122); }

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

background-color css

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

 a { background-color: rgb(194,197,122); }

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

border-color css

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

 span { border-color: rgb(194,197,122); }

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