Html Css Color HEX #C2CA74 Pine Glade

📋 copy color: '#C2CA74'

red 194 ◦ green 202 ◦ blue 116

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

Shades of Pine Glade #C2CA74

Tints of Pine Glade #C2CA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 37.89%
G = 39.45%
B = 22.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C2CA74 (or 0xC2CA74) is known color: Pine Glade. HEX triplet: C2, CA and 74. RGB value is (194,202,116). Sum of RGB (Red+Green+Blue) = 194+202+116=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA74 is #3D358B. Grayscale: #BEBEBE. Windows color (decimal): -4011404 or 7654082. OLE color: 7654082.

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

Color convert

RGB 194 202 116 -
CMYK 0.04 0 0.43 0.21
HSL 65.58º 0.45% 0.62% -
HSV(B) 65.58º 0.43% 0.79% -
XYZ 46.52 54.97 24.68 -
YUV 189.8 86.35 130.99 -
System Red Green Blue C M Y K H S L
Decimal 194 202 116 0.04 0 0.43 0.21 65.58 0.45 0.62
Hex C2 CA 74 4 0 2B 15 42 2D 3E
Octal 302 312 164 4 0 53 25 102 55 76
Binary 11000010 11001010 1110100 100 0 101011 10101 1000010 101101 111110

Color Harmonies of #C2CA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA74

Black with #C2CA74

Text Example


Text Example

White with #C2CA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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