Html Css Color HEX #C2C671 Pine Glade

📋 copy color: '#C2C671'

red 194 ◦ green 198 ◦ blue 113

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

Shades of Pine Glade #C2C671

Tints of Pine Glade #C2C671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.38%

R = 38.42%
G = 39.21%
B = 22.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C2C671 (or 0xC2C671) is known color: Pine Glade. HEX triplet: C2, C6 and 71. RGB value is (194,198,113). Sum of RGB (Red+Green+Blue) = 194+198+113=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C671 is #3D398E. Grayscale: #BBBBBB. Windows color (decimal): -4012431 or 7456450. OLE color: 7456450.

HSL color Cylindrical-coordinate representation of color #C2C671: hue angle of 62.82º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2C671 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 198 113 -
CMYK 0.02 0 0.43 0.22
HSL 62.82º 0.43% 0.61% -
HSV(B) 62.82º 0.43% 0.78% -
XYZ 45.42 53.05 23.47 -
YUV 187.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 194 198 113 0.02 0 0.43 0.22 62.82 0.43 0.61
Hex C2 C6 71 2 0 2B 16 3F 2B 3D
Octal 302 306 161 2 0 53 26 77 53 75
Binary 11000010 11000110 1110001 10 0 101011 10110 111111 101011 111101

Color Harmonies of #C2C671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C671

Black with #C2C671

Text Example


Text Example

White with #C2C671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C671; }

 p { color: rgb(194,198,113); }

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

background-color css

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

 a { background-color: rgb(194,198,113); }

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

border-color css

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

 span { border-color: rgb(194,198,113); }

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