Html Css Color HEX #C0C672 Pine Glade

📋 copy color: '#C0C672'

red 192 ◦ green 198 ◦ blue 114

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

Shades of Pine Glade #C0C672

Tints of Pine Glade #C0C672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.62%

R = 38.1%
G = 39.29%
B = 22.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C0C672 (or 0xC0C672) is known color: Pine Glade. HEX triplet: C0, C6 and 72. RGB value is (192,198,114). Sum of RGB (Red+Green+Blue) = 192+198+114=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C672 is #3F398D. Grayscale: #BABABA. Windows color (decimal): -4143502 or 7521984. OLE color: 7521984.

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

Color convert

RGB 192 198 114 -
CMYK 0.03 0 0.42 0.22
HSL 64.29º 0.42% 0.61% -
HSV(B) 64.29º 0.42% 0.78% -
XYZ 44.97 52.81 23.74 -
YUV 186.63 87.01 131.83 -
System Red Green Blue C M Y K H S L
Decimal 192 198 114 0.03 0 0.42 0.22 64.29 0.42 0.61
Hex C0 C6 72 3 0 2A 16 40 2A 3D
Octal 300 306 162 3 0 52 26 100 52 75
Binary 11000000 11000110 1110010 11 0 101010 10110 1000000 101010 111101

Color Harmonies of #C0C672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C672

Black with #C0C672

Text Example


Text Example

White with #C0C672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C672; }

 p { color: rgb(192,198,114); }

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

background-color css

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

 a { background-color: rgb(192,198,114); }

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

border-color css

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

 span { border-color: rgb(192,198,114); }

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