Html Css Color HEX #C0C271 Pine Glade

📋 copy color: '#C0C271'

red 192 ◦ green 194 ◦ blue 113

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

Shades of Pine Glade #C0C271

Tints of Pine Glade #C0C271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.88%

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

R = 38.48%
G = 38.88%
B = 22.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C0C271 (or 0xC0C271) is known color: Pine Glade. HEX triplet: C0, C2 and 71. RGB value is (192,194,113). Sum of RGB (Red+Green+Blue) = 192+194+113=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C271 is #3F3D8E. Grayscale: #B8B8B8. Windows color (decimal): -4144527 or 7455424. OLE color: 7455424.

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

Color convert

RGB 192 194 113 -
CMYK 0.01 0 0.42 0.24
HSL 61.48º 0.4% 0.6% -
HSV(B) 61.48º 0.42% 0.76% -
XYZ 44.01 50.98 23.14 -
YUV 184.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 192 194 113 0.01 0 0.42 0.24 61.48 0.4 0.6
Hex C0 C2 71 1 0 2A 18 3D 28 3C
Octal 300 302 161 1 0 52 30 75 50 74
Binary 11000000 11000010 1110001 1 0 101010 11000 111101 101000 111100

Color Harmonies of #C0C271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C271

Black with #C0C271

Text Example


Text Example

White with #C0C271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C271; }

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

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

background-color css

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

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

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

border-color css

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

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

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