Html Css Color HEX #C0CA78 Pine Glade

📋 copy color: '#C0CA78'

red 192 ◦ green 202 ◦ blue 120

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

Shades of Pine Glade #C0CA78

Tints of Pine Glade #C0CA78

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

 BLUE value IS 120 (47.27% from 255) = 23.35%

R = 37.35%
G = 39.3%
B = 23.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C0CA78 (or 0xC0CA78) is known color: Pine Glade. HEX triplet: C0, CA and 78. RGB value is (192,202,120). Sum of RGB (Red+Green+Blue) = 192+202+120=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA78 is #3F3587. Grayscale: #BDBDBD. Windows color (decimal): -4142472 or 7916224. OLE color: 7916224.

HSL color Cylindrical-coordinate representation of color #C0CA78: hue angle of 67.32º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0CA78 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 120 -
CMYK 0.05 0 0.41 0.21
HSL 67.32º 0.44% 0.63% -
HSV(B) 67.32º 0.41% 0.79% -
XYZ 46.25 54.8 25.91 -
YUV 189.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 192 202 120 0.05 0 0.41 0.21 67.32 0.44 0.63
Hex C0 CA 78 5 0 29 15 43 2C 3F
Octal 300 312 170 5 0 51 25 103 54 77
Binary 11000000 11001010 1111000 101 0 101001 10101 1000011 101100 111111

Color Harmonies of #C0CA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA78

Black with #C0CA78

Text Example


Text Example

White with #C0CA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA78; }

 p { color: rgb(192,202,120); }

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

background-color css

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

 a { background-color: rgb(192,202,120); }

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

border-color css

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

 span { border-color: rgb(192,202,120); }

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