Html Css Color HEX #C4CA73 Pine Glade

📋 copy color: '#C4CA73'

red 196 ◦ green 202 ◦ blue 115

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

Shades of Pine Glade #C4CA73

Tints of Pine Glade #C4CA73

RGB

 RED value IS 196 (76.95% from 255) = 38.21%

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

 BLUE value IS 115 (45.31% from 255) = 22.42%

R = 38.21%
G = 39.38%
B = 22.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C4CA73 (or 0xC4CA73) is known color: Pine Glade. HEX triplet: C4, CA and 73. RGB value is (196,202,115). Sum of RGB (Red+Green+Blue) = 196+202+115=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CA73 is #3B358C. Grayscale: #BEBEBE. Windows color (decimal): -3880333 or 7588548. OLE color: 7588548.

HSL color Cylindrical-coordinate representation of color #C4CA73: hue angle of 64.14º 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 #C4CA73 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 115 -
CMYK 0.03 0 0.43 0.21
HSL 64.14º 0.45% 0.62% -
HSV(B) 64.14º 0.43% 0.79% -
XYZ 46.98 55.21 24.4 -
YUV 190.29 85.51 132.07 -
System Red Green Blue C M Y K H S L
Decimal 196 202 115 0.03 0 0.43 0.21 64.14 0.45 0.62
Hex C4 CA 73 3 0 2B 15 40 2D 3E
Octal 304 312 163 3 0 53 25 100 55 76
Binary 11000100 11001010 1110011 11 0 101011 10101 1000000 101101 111110

Color Harmonies of #C4CA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA73

Black with #C4CA73

Text Example


Text Example

White with #C4CA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA73; }

 p { color: rgb(196,202,115); }

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

background-color css

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

 a { background-color: rgb(196,202,115); }

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

border-color css

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

 span { border-color: rgb(196,202,115); }

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