Html Css Color HEX #C2C372 Pine Glade

📋 copy color: '#C2C372'

red 194 ◦ green 195 ◦ blue 114

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

Shades of Pine Glade #C2C372

Tints of Pine Glade #C2C372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.66%

R = 38.57%
G = 38.77%
B = 22.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2C372 (or 0xC2C372) is known color: Pine Glade. HEX triplet: C2, C3 and 72. RGB value is (194,195,114). Sum of RGB (Red+Green+Blue) = 194+195+114=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C372 is #3D3C8D. Grayscale: #B9B9B9. Windows color (decimal): -4013198 or 7521218. OLE color: 7521218.

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

Color convert

RGB 194 195 114 -
CMYK 0.01 0 0.42 0.24
HSL 60.74º 0.4% 0.61% -
HSV(B) 60.74º 0.42% 0.76% -
XYZ 44.8 51.71 23.54 -
YUV 185.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 194 195 114 0.01 0 0.42 0.24 60.74 0.4 0.61
Hex C2 C3 72 1 0 2A 18 3D 28 3D
Octal 302 303 162 1 0 52 30 75 50 75
Binary 11000010 11000011 1110010 1 0 101010 11000 111101 101000 111101

Color Harmonies of #C2C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C372

Black with #C2C372

Text Example


Text Example

White with #C2C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C372; }

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

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

background-color css

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

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

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

border-color css

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

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

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