Html Css Color HEX #C5AA23 Earls Green

📋 copy color: '#C5AA23'

red 197 ◦ green 170 ◦ blue 35

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

Shades of Earls Green #C5AA23

Tints of Earls Green #C5AA23

RGB

 RED value IS 197 (77.34% from 255) = 49%

 GREEN value IS 170 (66.8% from 255) = 42.29%

 BLUE value IS 35 (14.06% from 255) = 8.71%

R = 49%
G = 42.29%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5AA23 (or 0xC5AA23) is known color: Earls Green. HEX triplet: C5, AA and 23. RGB value is (197,170,35). Sum of RGB (Red+Green+Blue) = 197+170+35=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA23 is #3A55DC. Grayscale: #A3A3A3. Windows color (decimal): -3823069 or 2337477. OLE color: 2337477.

HSL color Cylindrical-coordinate representation of color #C5AA23: hue angle of 50º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5AA23 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 170 35 -
CMYK 0 0.14 0.82 0.23
HSL 50º 0.7% 0.45% -
HSV(B) 50º 0.82% 0.77% -
XYZ 37.7 40.74 7.47 -
YUV 162.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 197 170 35 0 0.14 0.82 0.23 50 0.7 0.45
Hex C5 AA 23 0 E 52 17 32 46 2D
Octal 305 252 43 0 16 122 27 62 106 55
Binary 11000101 10101010 100011 0 1110 1010010 10111 110010 1000110 101101

Color Harmonies of #C5AA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA23

Black with #C5AA23

Text Example


Text Example

White with #C5AA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA23; }

 p { color: rgb(197,170,35); }

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

background-color css

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

 a { background-color: rgb(197,170,35); }

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

border-color css

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

 span { border-color: rgb(197,170,35); }

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