Html Css Color HEX #C5C17A Pine Glade

📋 copy color: '#C5C17A'

red 197 ◦ green 193 ◦ blue 122

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

Shades of Pine Glade #C5C17A

Tints of Pine Glade #C5C17A

RGB

 RED value IS 197 (77.34% from 255) = 38.48%

 GREEN value IS 193 (75.78% from 255) = 37.7%

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

R = 38.48%
G = 37.7%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5C17A (or 0xC5C17A) is known color: Pine Glade. HEX triplet: C5, C1 and 7A. RGB value is (197,193,122). Sum of RGB (Red+Green+Blue) = 197+193+122=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C17A is #3A3E85. Grayscale: #BABABA. Windows color (decimal): -3817094 or 8044997. OLE color: 8044997.

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

Color convert

RGB 197 193 122 -
CMYK 0 0.02 0.38 0.23
HSL 56.8º 0.39% 0.63% -
HSV(B) 56.8º 0.38% 0.77% -
XYZ 45.61 51.42 25.93 -
YUV 186.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 197 193 122 0 0.02 0.38 0.23 56.8 0.39 0.63
Hex C5 C1 7A 0 2 26 17 39 27 3F
Octal 305 301 172 0 2 46 27 71 47 77
Binary 11000101 11000001 1111010 0 10 100110 10111 111001 100111 111111

Color Harmonies of #C5C17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C17A

Black with #C5C17A

Text Example


Text Example

White with #C5C17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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