Html Css Color HEX #C0C171 Pine Glade

📋 copy color: '#C0C171'

red 192 ◦ green 193 ◦ blue 113

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

Shades of Pine Glade #C0C171

Tints of Pine Glade #C0C171

RGB

 RED value IS 192 (75.39% from 255) = 38.55%

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

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

R = 38.55%
G = 38.76%
B = 22.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C0C171 (or 0xC0C171) is known color: Pine Glade. HEX triplet: C0, C1 and 71. RGB value is (192,193,113). Sum of RGB (Red+Green+Blue) = 192+193+113=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C171 is #3F3E8E. Grayscale: #B7B7B7. Windows color (decimal): -4144783 or 7455168. OLE color: 7455168.

HSL color Cylindrical-coordinate representation of color #C0C171: hue angle of 60.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0C171 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 193 113 -
CMYK 0.01 0 0.41 0.24
HSL 60.75º 0.39% 0.6% -
HSV(B) 60.75º 0.41% 0.76% -
XYZ 43.79 50.54 23.07 -
YUV 183.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 192 193 113 0.01 0 0.41 0.24 60.75 0.39 0.6
Hex C0 C1 71 1 0 29 18 3D 27 3C
Octal 300 301 161 1 0 51 30 75 47 74
Binary 11000000 11000001 1110001 1 0 101001 11000 111101 100111 111100

Color Harmonies of #C0C171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C171

Black with #C0C171

Text Example


Text Example

White with #C0C171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C171; }

 p { color: rgb(192,193,113); }

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

background-color css

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

 a { background-color: rgb(192,193,113); }

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

border-color css

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

 span { border-color: rgb(192,193,113); }

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