Html Css Color HEX #C2C873 Pine Glade

📋 copy color: '#C2C873'

red 194 ◦ green 200 ◦ blue 115

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

Shades of Pine Glade #C2C873

Tints of Pine Glade #C2C873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.59%

R = 38.11%
G = 39.29%
B = 22.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C2C873 (or 0xC2C873) is known color: Pine Glade. HEX triplet: C2, C8 and 73. RGB value is (194,200,115). Sum of RGB (Red+Green+Blue) = 194+200+115=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C873 is #3D378C. Grayscale: #BCBCBC. Windows color (decimal): -4011917 or 7588034. OLE color: 7588034.

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

Color convert

RGB 194 200 115 -
CMYK 0.03 0 0.42 0.22
HSL 64.24º 0.44% 0.62% -
HSV(B) 64.24º 0.43% 0.78% -
XYZ 46 54.02 24.22 -
YUV 188.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 194 200 115 0.03 0 0.42 0.22 64.24 0.44 0.62
Hex C2 C8 73 3 0 2A 16 40 2C 3E
Octal 302 310 163 3 0 52 26 100 54 76
Binary 11000010 11001000 1110011 11 0 101010 10110 1000000 101100 111110

Color Harmonies of #C2C873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C873

Black with #C2C873

Text Example


Text Example

White with #C2C873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C873; }

 p { color: rgb(194,200,115); }

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

background-color css

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

 a { background-color: rgb(194,200,115); }

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

border-color css

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

 span { border-color: rgb(194,200,115); }

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