Html Css Color HEX #C2CA7D Pine Glade

📋 copy color: '#C2CA7D'

red 194 ◦ green 202 ◦ blue 125

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

Shades of Pine Glade #C2CA7D

Tints of Pine Glade #C2CA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.77%

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

R = 37.24%
G = 38.77%
B = 23.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C2CA7D (or 0xC2CA7D) is known color: Pine Glade. HEX triplet: C2, CA and 7D. RGB value is (194,202,125). Sum of RGB (Red+Green+Blue) = 194+202+125=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA7D is #3D3582. Grayscale: #BFBFBF. Windows color (decimal): -4011395 or 8243906. OLE color: 8243906.

HSL color Cylindrical-coordinate representation of color #C2CA7D: hue angle of 66.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2CA7D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 202 125 -
CMYK 0.04 0 0.38 0.21
HSL 66.23º 0.42% 0.64% -
HSV(B) 66.23º 0.38% 0.79% -
XYZ 47.07 55.19 27.57 -
YUV 190.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 194 202 125 0.04 0 0.38 0.21 66.23 0.42 0.64
Hex C2 CA 7D 4 0 26 15 42 2A 40
Octal 302 312 175 4 0 46 25 102 52 100
Binary 11000010 11001010 1111101 100 0 100110 10101 1000010 101010 1000000

Color Harmonies of #C2CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA7D

Black with #C2CA7D

Text Example


Text Example

White with #C2CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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