Html Css Color HEX #C2C370 Pine Glade

📋 copy color: '#C2C370'

red 194 ◦ green 195 ◦ blue 112

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

Shades of Pine Glade #C2C370

Tints of Pine Glade #C2C370

RGB

 RED value IS 194 (76.17% from 255) = 38.72%

 GREEN value IS 195 (76.56% from 255) = 38.92%

 BLUE value IS 112 (44.14% from 255) = 22.36%

R = 38.72%
G = 38.92%
B = 22.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2C370 (or 0xC2C370) is known color: Pine Glade. HEX triplet: C2, C3 and 70. RGB value is (194,195,112). Sum of RGB (Red+Green+Blue) = 194+195+112=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C370 is #3D3C8F. Grayscale: #B9B9B9. Windows color (decimal): -4013200 or 7390146. OLE color: 7390146.

HSL color Cylindrical-coordinate representation of color #C2C370: hue angle of 60.72º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2C370 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 195 112 -
CMYK 0.01 0 0.43 0.24
HSL 60.72º 0.41% 0.6% -
HSV(B) 60.72º 0.43% 0.76% -
XYZ 44.69 51.67 22.95 -
YUV 185.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 194 195 112 0.01 0 0.43 0.24 60.72 0.41 0.6
Hex C2 C3 70 1 0 2B 18 3D 29 3C
Octal 302 303 160 1 0 53 30 75 51 74
Binary 11000010 11000011 1110000 1 0 101011 11000 111101 101001 111100

Color Harmonies of #C2C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C370

Black with #C2C370

Text Example


Text Example

White with #C2C370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C370; }

 p { color: rgb(194,195,112); }

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

background-color css

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

 a { background-color: rgb(194,195,112); }

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

border-color css

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

 span { border-color: rgb(194,195,112); }

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