Html Css Color HEX #C5C485 Pine Glade

📋 copy color: '#C5C485'

red 197 ◦ green 196 ◦ blue 133

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

Shades of Pine Glade #C5C485

Tints of Pine Glade #C5C485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.26%

 BLUE value IS 133 (52.34% from 255) = 25.29%

R = 37.45%
G = 37.26%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C5C485 (or 0xC5C485) is known color: Pine Glade. HEX triplet: C5, C4 and 85. RGB value is (197,196,133). Sum of RGB (Red+Green+Blue) = 197+196+133=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C485 is #3A3B7A. Grayscale: #BDBDBD. Windows color (decimal): -3816315 or 8766661. OLE color: 8766661.

HSL color Cylindrical-coordinate representation of color #C5C485: hue angle of 59.06º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5C485 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 196 133 -
CMYK 0 0.01 0.32 0.23
HSL 59.06º 0.36% 0.65% -
HSV(B) 59.06º 0.32% 0.77% -
XYZ 47 53.04 29.95 -
YUV 189.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 197 196 133 0 0.01 0.32 0.23 59.06 0.36 0.65
Hex C5 C4 85 0 1 20 17 3B 24 41
Octal 305 304 205 0 1 40 27 73 44 101
Binary 11000101 11000100 10000101 0 1 100000 10111 111011 100100 1000001

Color Harmonies of #C5C485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C485

Black with #C5C485

Text Example


Text Example

White with #C5C485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C485; }

 p { color: rgb(197,196,133); }

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

background-color css

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

 a { background-color: rgb(197,196,133); }

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

border-color css

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

 span { border-color: rgb(197,196,133); }

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