Html Css Color HEX #C0C771 Pine Glade

📋 copy color: '#C0C771'

red 192 ◦ green 199 ◦ blue 113

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

Shades of Pine Glade #C0C771

Tints of Pine Glade #C0C771

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.48%

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

R = 38.1%
G = 39.48%
B = 22.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C0C771 (or 0xC0C771) is known color: Pine Glade. HEX triplet: C0, C7 and 71. RGB value is (192,199,113). Sum of RGB (Red+Green+Blue) = 192+199+113=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C771 is #3F388E. Grayscale: #BBBBBB. Windows color (decimal): -4143247 or 7456704. OLE color: 7456704.

HSL color Cylindrical-coordinate representation of color #C0C771: hue angle of 64.88º 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 #C0C771 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 199 113 -
CMYK 0.04 0 0.43 0.22
HSL 64.88º 0.43% 0.61% -
HSV(B) 64.88º 0.43% 0.78% -
XYZ 45.14 53.25 23.52 -
YUV 187.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 192 199 113 0.04 0 0.43 0.22 64.88 0.43 0.61
Hex C0 C7 71 4 0 2B 16 41 2B 3D
Octal 300 307 161 4 0 53 26 101 53 75
Binary 11000000 11000111 1110001 100 0 101011 10110 1000001 101011 111101

Color Harmonies of #C0C771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C771

Black with #C0C771

Text Example


Text Example

White with #C0C771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C771; }

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

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

background-color css

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

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

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

border-color css

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

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

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