Html Css Color HEX #C5C67D Pine Glade

📋 copy color: '#C5C67D'

red 197 ◦ green 198 ◦ blue 125

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

Shades of Pine Glade #C5C67D

Tints of Pine Glade #C5C67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.08%

 BLUE value IS 125 (49.22% from 255) = 24.04%

R = 37.88%
G = 38.08%
B = 24.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C5C67D (or 0xC5C67D) is known color: Pine Glade. HEX triplet: C5, C6 and 7D. RGB value is (197,198,125). Sum of RGB (Red+Green+Blue) = 197+198+125=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C67D is #3A3982. Grayscale: #BDBDBD. Windows color (decimal): -3815811 or 8242885. OLE color: 8242885.

HSL color Cylindrical-coordinate representation of color #C5C67D: hue angle of 60.82º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5C67D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 198 125 -
CMYK 0.01 0 0.37 0.22
HSL 60.82º 0.39% 0.63% -
HSV(B) 60.82º 0.37% 0.78% -
XYZ 46.92 53.74 27.3 -
YUV 189.38 91.67 133.44 -
System Red Green Blue C M Y K H S L
Decimal 197 198 125 0.01 0 0.37 0.22 60.82 0.39 0.63
Hex C5 C6 7D 1 0 25 16 3D 27 3F
Octal 305 306 175 1 0 45 26 75 47 77
Binary 11000101 11000110 1111101 1 0 100101 10110 111101 100111 111111

Color Harmonies of #C5C67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C67D

Black with #C5C67D

Text Example


Text Example

White with #C5C67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C67D; }

 p { color: rgb(197,198,125); }

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

background-color css

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

 a { background-color: rgb(197,198,125); }

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

border-color css

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

 span { border-color: rgb(197,198,125); }

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