Html Css Color HEX #C2C381 Pine Glade

📋 copy color: '#C2C381'

red 194 ◦ green 195 ◦ blue 129

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

Shades of Pine Glade #C2C381

Tints of Pine Glade #C2C381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.9%

R = 37.45%
G = 37.64%
B = 24.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C2C381 (or 0xC2C381) is known color: Pine Glade. HEX triplet: C2, C3 and 81. RGB value is (194,195,129). Sum of RGB (Red+Green+Blue) = 194+195+129=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C381 is #3D3C7E. Grayscale: #BBBBBB. Windows color (decimal): -4013183 or 8504258. OLE color: 8504258.

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

Color convert

RGB 194 195 129 -
CMYK 0.01 0 0.34 0.24
HSL 60.91º 0.35% 0.64% -
HSV(B) 60.91º 0.34% 0.76% -
XYZ 45.73 52.08 28.41 -
YUV 187.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 194 195 129 0.01 0 0.34 0.24 60.91 0.35 0.64
Hex C2 C3 81 1 0 22 18 3D 23 40
Octal 302 303 201 1 0 42 30 75 43 100
Binary 11000010 11000011 10000001 1 0 100010 11000 111101 100011 1000000

Color Harmonies of #C2C381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C381

Black with #C2C381

Text Example


Text Example

White with #C2C381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C381; }

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

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

background-color css

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

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

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

border-color css

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

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

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