Html Css Color HEX #C3C874 Pine Glade

📋 copy color: '#C3C874'

red 195 ◦ green 200 ◦ blue 116

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

Shades of Pine Glade #C3C874

Tints of Pine Glade #C3C874

RGB

 RED value IS 195 (76.56% from 255) = 38.16%

 GREEN value IS 200 (78.52% from 255) = 39.14%

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

R = 38.16%
G = 39.14%
B = 22.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C3C874 (or 0xC3C874) is known color: Pine Glade. HEX triplet: C3, C8 and 74. RGB value is (195,200,116). Sum of RGB (Red+Green+Blue) = 195+200+116=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C874 is #3C378B. Grayscale: #BDBDBD. Windows color (decimal): -3946380 or 7653571. OLE color: 7653571.

HSL color Cylindrical-coordinate representation of color #C3C874: hue angle of 63.57º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3C874 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 200 116 -
CMYK 0.02 0 0.42 0.22
HSL 63.57º 0.43% 0.62% -
HSV(B) 63.57º 0.42% 0.78% -
XYZ 46.31 54.17 24.54 -
YUV 188.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 195 200 116 0.02 0 0.42 0.22 63.57 0.43 0.62
Hex C3 C8 74 2 0 2A 16 40 2B 3E
Octal 303 310 164 2 0 52 26 100 53 76
Binary 11000011 11001000 1110100 10 0 101010 10110 1000000 101011 111110

Color Harmonies of #C3C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C874

Black with #C3C874

Text Example


Text Example

White with #C3C874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C874; }

 p { color: rgb(195,200,116); }

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

background-color css

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

 a { background-color: rgb(195,200,116); }

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

border-color css

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

 span { border-color: rgb(195,200,116); }

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