Html Css Color HEX #C0C17D Pine Glade

📋 copy color: '#C0C17D'

red 192 ◦ green 193 ◦ blue 125

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

Shades of Pine Glade #C0C17D

Tints of Pine Glade #C0C17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.51%

R = 37.65%
G = 37.84%
B = 24.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C0C17D (or 0xC0C17D) is known color: Pine Glade. HEX triplet: C0, C1 and 7D. RGB value is (192,193,125). Sum of RGB (Red+Green+Blue) = 192+193+125=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C17D is #3F3E82. Grayscale: #B9B9B9. Windows color (decimal): -4144771 or 8241600. OLE color: 8241600.

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

Color convert

RGB 192 193 125 -
CMYK 0.01 0 0.35 0.24
HSL 60.88º 0.35% 0.62% -
HSV(B) 60.88º 0.35% 0.76% -
XYZ 44.51 50.83 26.87 -
YUV 184.95 94.17 133.03 -
System Red Green Blue C M Y K H S L
Decimal 192 193 125 0.01 0 0.35 0.24 60.88 0.35 0.62
Hex C0 C1 7D 1 0 23 18 3D 23 3E
Octal 300 301 175 1 0 43 30 75 43 76
Binary 11000000 11000001 1111101 1 0 100011 11000 111101 100011 111110

Color Harmonies of #C0C17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C17D

Black with #C0C17D

Text Example


Text Example

White with #C0C17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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