Html Css Color HEX #C5AD1F Earls Green

📋 copy color: '#C5AD1F'

red 197 ◦ green 173 ◦ blue 31

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

Shades of Earls Green #C5AD1F

Tints of Earls Green #C5AD1F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.14%

 BLUE value IS 31 (12.5% from 255) = 7.73%

R = 49.13%
G = 43.14%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5AD1F (or 0xC5AD1F) is known color: Earls Green. HEX triplet: C5, AD and 1F. RGB value is (197,173,31). Sum of RGB (Red+Green+Blue) = 197+173+31=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD1F is #3A52E0. Grayscale: #A4A4A4. Windows color (decimal): -3822305 or 2076101. OLE color: 2076101.

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

Color convert

RGB 197 173 31 -
CMYK 0 0.12 0.84 0.23
HSL 51.33º 0.73% 0.45% -
HSV(B) 51.33º 0.84% 0.77% -
XYZ 38.22 41.86 7.36 -
YUV 163.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 197 173 31 0 0.12 0.84 0.23 51.33 0.73 0.45
Hex C5 AD 1F 0 C 54 17 33 49 2D
Octal 305 255 37 0 14 124 27 63 111 55
Binary 11000101 10101101 11111 0 1100 1010100 10111 110011 1001001 101101

Color Harmonies of #C5AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD1F

Black with #C5AD1F

Text Example


Text Example

White with #C5AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD1F; }

 p { color: rgb(197,173,31); }

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

background-color css

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

 a { background-color: rgb(197,173,31); }

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

border-color css

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

 span { border-color: rgb(197,173,31); }

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