Html Css Color HEX #C0CD7C Pine Glade

📋 copy color: '#C0CD7C'

red 192 ◦ green 205 ◦ blue 124

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

Shades of Pine Glade #C0CD7C

Tints of Pine Glade #C0CD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.35%

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

R = 36.85%
G = 39.35%
B = 23.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#C0CD7C (or 0xC0CD7C) is known color: Pine Glade. HEX triplet: C0, CD and 7C. RGB value is (192,205,124). Sum of RGB (Red+Green+Blue) = 192+205+124=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD7C is #3F3283. Grayscale: #C0C0C0. Windows color (decimal): -4141700 or 8179136. OLE color: 8179136.

HSL color Cylindrical-coordinate representation of color #C0CD7C: hue angle of 69.63º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0CD7C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 124 -
CMYK 0.06 0 0.40 0.20
HSL 69.63º 0.45% 0.65% -
HSV(B) 69.63º 0.4% 0.8% -
XYZ 47.21 56.32 27.45 -
YUV 191.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 192 205 124 0.06 0 0.40 0.20 69.63 0.45 0.65
Hex C0 CD 7C 6 0 28 14 46 2D 41
Octal 300 315 174 6 0 50 24 106 55 101
Binary 11000000 11001101 1111100 110 0 101000 10100 1000110 101101 1000001

Color Harmonies of #C0CD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD7C

Black with #C0CD7C

Text Example


Text Example

White with #C0CD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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