Html Css Color HEX #C5A91A Earls Green

📋 copy color: '#C5A91A'

red 197 ◦ green 169 ◦ blue 26

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

Shades of Earls Green #C5A91A

Tints of Earls Green #C5A91A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.11%

 BLUE value IS 26 (10.55% from 255) = 6.63%

R = 50.26%
G = 43.11%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5A91A (or 0xC5A91A) is known color: Earls Green. HEX triplet: C5, A9 and 1A. RGB value is (197,169,26). Sum of RGB (Red+Green+Blue) = 197+169+26=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A91A is #3A56E5. Grayscale: #A1A1A1. Windows color (decimal): -3823334 or 1747397. OLE color: 1747397.

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

Color convert

RGB 197 169 26 -
CMYK 0 0.14 0.87 0.23
HSL 50.18º 0.77% 0.44% -
HSV(B) 50.18º 0.87% 0.77% -
XYZ 37.4 40.32 6.79 -
YUV 161.07 51.78 153.63 -
System Red Green Blue C M Y K H S L
Decimal 197 169 26 0 0.14 0.87 0.23 50.18 0.77 0.44
Hex C5 A9 1A 0 E 57 17 32 4D 2C
Octal 305 251 32 0 16 127 27 62 115 54
Binary 11000101 10101001 11010 0 1110 1010111 10111 110010 1001101 101100

Color Harmonies of #C5A91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A91A

Black with #C5A91A

Text Example


Text Example

White with #C5A91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A91A; }

 p { color: rgb(197,169,26); }

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

background-color css

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

 a { background-color: rgb(197,169,26); }

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

border-color css

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

 span { border-color: rgb(197,169,26); }

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