Html Css Color HEX #C0CD74 Pine Glade

📋 copy color: '#C0CD74'

red 192 ◦ green 205 ◦ blue 116

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

Shades of Pine Glade #C0CD74

Tints of Pine Glade #C0CD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 37.43%
G = 39.96%
B = 22.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#C0CD74 (or 0xC0CD74) is known color: Pine Glade. HEX triplet: C0, CD and 74. RGB value is (192,205,116). Sum of RGB (Red+Green+Blue) = 192+205+116=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD74 is #3F328B. Grayscale: #BFBFBF. Windows color (decimal): -4141708 or 7654848. OLE color: 7654848.

HSL color Cylindrical-coordinate representation of color #C0CD74: hue angle of 68.76º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0CD74 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 116 -
CMYK 0.06 0 0.43 0.20
HSL 68.76º 0.47% 0.63% -
HSV(B) 68.76º 0.43% 0.8% -
XYZ 46.72 56.13 24.89 -
YUV 190.97 85.69 128.74 -
System Red Green Blue C M Y K H S L
Decimal 192 205 116 0.06 0 0.43 0.20 68.76 0.47 0.63
Hex C0 CD 74 6 0 2B 14 45 2F 3F
Octal 300 315 164 6 0 53 24 105 57 77
Binary 11000000 11001101 1110100 110 0 101011 10100 1000101 101111 111111

Color Harmonies of #C0CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD74

Black with #C0CD74

Text Example


Text Example

White with #C0CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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