Html Css Color HEX #C0C67C Pine Glade

📋 copy color: '#C0C67C'

red 192 ◦ green 198 ◦ blue 124

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

Shades of Pine Glade #C0C67C

Tints of Pine Glade #C0C67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.12%

R = 37.35%
G = 38.52%
B = 24.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C0C67C (or 0xC0C67C) is known color: Pine Glade. HEX triplet: C0, C6 and 7C. RGB value is (192,198,124). Sum of RGB (Red+Green+Blue) = 192+198+124=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C67C is #3F3983. Grayscale: #BCBCBC. Windows color (decimal): -4143492 or 8177344. OLE color: 8177344.

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

Color convert

RGB 192 198 124 -
CMYK 0.03 0 0.37 0.22
HSL 64.86º 0.39% 0.63% -
HSV(B) 64.86º 0.37% 0.78% -
XYZ 45.57 53.05 26.91 -
YUV 187.77 92.01 131.02 -
System Red Green Blue C M Y K H S L
Decimal 192 198 124 0.03 0 0.37 0.22 64.86 0.39 0.63
Hex C0 C6 7C 3 0 25 16 41 27 3F
Octal 300 306 174 3 0 45 26 101 47 77
Binary 11000000 11000110 1111100 11 0 100101 10110 1000001 100111 111111

Color Harmonies of #C0C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C67C

Black with #C0C67C

Text Example


Text Example

White with #C0C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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