Html Css Color HEX #C2C87D Pine Glade

📋 copy color: '#C2C87D'

red 194 ◦ green 200 ◦ blue 125

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

Shades of Pine Glade #C2C87D

Tints of Pine Glade #C2C87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.08%

R = 37.38%
G = 38.54%
B = 24.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C2C87D (or 0xC2C87D) is known color: Pine Glade. HEX triplet: C2, C8 and 7D. RGB value is (194,200,125). Sum of RGB (Red+Green+Blue) = 194+200+125=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C87D is #3D3782. Grayscale: #BDBDBD. Windows color (decimal): -4011907 or 8243394. OLE color: 8243394.

HSL color Cylindrical-coordinate representation of color #C2C87D: hue angle of 64.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2C87D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 200 125 -
CMYK 0.03 0 0.38 0.22
HSL 64.8º 0.41% 0.64% -
HSV(B) 64.8º 0.38% 0.78% -
XYZ 46.6 54.26 27.42 -
YUV 189.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 194 200 125 0.03 0 0.38 0.22 64.8 0.41 0.64
Hex C2 C8 7D 3 0 26 16 41 29 40
Octal 302 310 175 3 0 46 26 101 51 100
Binary 11000010 11001000 1111101 11 0 100110 10110 1000001 101001 1000000

Color Harmonies of #C2C87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C87D

Black with #C2C87D

Text Example


Text Example

White with #C2C87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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