Html Css Color HEX #C2C67D Pine Glade

📋 copy color: '#C2C67D'

red 194 ◦ green 198 ◦ blue 125

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

Shades of Pine Glade #C2C67D

Tints of Pine Glade #C2C67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

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

R = 37.52%
G = 38.3%
B = 24.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C2C67D (or 0xC2C67D) is known color: Pine Glade. HEX triplet: C2, C6 and 7D. RGB value is (194,198,125). Sum of RGB (Red+Green+Blue) = 194+198+125=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C67D is #3D3982. Grayscale: #BCBCBC. Windows color (decimal): -4012419 or 8242882. OLE color: 8242882.

HSL color Cylindrical-coordinate representation of color #C2C67D: hue angle of 63.29º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2C67D is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 198 125 -
CMYK 0.02 0 0.37 0.22
HSL 63.29º 0.39% 0.63% -
HSV(B) 63.29º 0.37% 0.78% -
XYZ 46.14 53.34 27.27 -
YUV 188.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 194 198 125 0.02 0 0.37 0.22 63.29 0.39 0.63
Hex C2 C6 7D 2 0 25 16 3F 27 3F
Octal 302 306 175 2 0 45 26 77 47 77
Binary 11000010 11000110 1111101 10 0 100101 10110 111111 100111 111111

Color Harmonies of #C2C67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C67D

Black with #C2C67D

Text Example


Text Example

White with #C2C67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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