Html Css Color HEX #C7A524 Earls Green

📋 copy color: '#C7A524'

red 199 ◦ green 165 ◦ blue 36

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

Shades of Earls Green #C7A524

Tints of Earls Green #C7A524

RGB

 RED value IS 199 (78.13% from 255) = 49.75%

 GREEN value IS 165 (64.84% from 255) = 41.25%

 BLUE value IS 36 (14.45% from 255) = 9%

R = 49.75%
G = 41.25%
B = 9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C7A524 (or 0xC7A524) is known color: Earls Green. HEX triplet: C7, A5 and 24. RGB value is (199,165,36). Sum of RGB (Red+Green+Blue) = 199+165+36=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A524 is #385ADB. Grayscale: #A1A1A1. Windows color (decimal): -3693276 or 2401735. OLE color: 2401735.

HSL color Cylindrical-coordinate representation of color #C7A524: hue angle of 47.48º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7A524 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 165 36 -
CMYK 0 0.17 0.82 0.22
HSL 47.48º 0.69% 0.46% -
HSV(B) 47.48º 0.82% 0.78% -
XYZ 37.33 39.18 7.26 -
YUV 160.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 199 165 36 0 0.17 0.82 0.22 47.48 0.69 0.46
Hex C7 A5 24 0 11 52 16 2F 45 2E
Octal 307 245 44 0 21 122 26 57 105 56
Binary 11000111 10100101 100100 0 10001 1010010 10110 101111 1000101 101110

Color Harmonies of #C7A524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A524

Black with #C7A524

Text Example


Text Example

White with #C7A524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A524; }

 p { color: rgb(199,165,36); }

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

background-color css

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

 a { background-color: rgb(199,165,36); }

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

border-color css

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

 span { border-color: rgb(199,165,36); }

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