Html Css Color HEX #C0CD7A Pine Glade

📋 copy color: '#C0CD7A'

red 192 ◦ green 205 ◦ blue 122

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

Shades of Pine Glade #C0CD7A

Tints of Pine Glade #C0CD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.51%

R = 36.99%
G = 39.5%
B = 23.51%

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

#C0CD7A (or 0xC0CD7A) is known color: Pine Glade. HEX triplet: C0, CD and 7A. RGB value is (192,205,122). Sum of RGB (Red+Green+Blue) = 192+205+122=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD7A is #3F3285. Grayscale: #BFBFBF. Windows color (decimal): -4141702 or 8048064. OLE color: 8048064.

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

Color convert

RGB 192 205 122 -
CMYK 0.06 0 0.40 0.20
HSL 69.4º 0.45% 0.64% -
HSV(B) 69.4º 0.4% 0.8% -
XYZ 47.08 56.27 26.79 -
YUV 191.65 88.69 128.25 -
System Red Green Blue C M Y K H S L
Decimal 192 205 122 0.06 0 0.40 0.20 69.4 0.45 0.64
Hex C0 CD 7A 6 0 28 14 45 2D 40
Octal 300 315 172 6 0 50 24 105 55 100
Binary 11000000 11001101 1111010 110 0 101000 10100 1000101 101101 1000000

Color Harmonies of #C0CD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD7A

Black with #C0CD7A

Text Example


Text Example

White with #C0CD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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