Html Css Color HEX #C5C37F Pine Glade

📋 copy color: '#C5C37F'

red 197 ◦ green 195 ◦ blue 127

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

Shades of Pine Glade #C5C37F

Tints of Pine Glade #C5C37F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.57%

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

R = 37.96%
G = 37.57%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5C37F (or 0xC5C37F) is known color: Pine Glade. HEX triplet: C5, C3 and 7F. RGB value is (197,195,127). Sum of RGB (Red+Green+Blue) = 197+195+127=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C37F is #3A3C80. Grayscale: #BCBCBC. Windows color (decimal): -3816577 or 8373189. OLE color: 8373189.

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

Color convert

RGB 197 195 127 -
CMYK 0 0.01 0.36 0.23
HSL 58.29º 0.38% 0.64% -
HSV(B) 58.29º 0.36% 0.77% -
XYZ 46.37 52.43 27.76 -
YUV 187.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 197 195 127 0 0.01 0.36 0.23 58.29 0.38 0.64
Hex C5 C3 7F 0 1 24 17 3A 26 40
Octal 305 303 177 0 1 44 27 72 46 100
Binary 11000101 11000011 1111111 0 1 100100 10111 111010 100110 1000000

Color Harmonies of #C5C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C37F

Black with #C5C37F

Text Example


Text Example

White with #C5C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C37F; }

 p { color: rgb(197,195,127); }

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

background-color css

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

 a { background-color: rgb(197,195,127); }

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

border-color css

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

 span { border-color: rgb(197,195,127); }

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