Html Css Color HEX #C7AD24 Earls Green

📋 copy color: '#C7AD24'

red 199 ◦ green 173 ◦ blue 36

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

Shades of Earls Green #C7AD24

Tints of Earls Green #C7AD24

RGB

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

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

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

R = 48.77%
G = 42.4%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C7AD24 (or 0xC7AD24) is known color: Earls Green. HEX triplet: C7, AD and 24. RGB value is (199,173,36). Sum of RGB (Red+Green+Blue) = 199+173+36=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD24 is #3852DB. Grayscale: #A5A5A5. Windows color (decimal): -3691228 or 2403783. OLE color: 2403783.

HSL color Cylindrical-coordinate representation of color #C7AD24: hue angle of 50.43º 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 #C7AD24 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 173 36 -
CMYK 0 0.13 0.82 0.22
HSL 50.43º 0.69% 0.46% -
HSV(B) 50.43º 0.82% 0.78% -
XYZ 38.82 42.16 7.76 -
YUV 165.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 199 173 36 0 0.13 0.82 0.22 50.43 0.69 0.46
Hex C7 AD 24 0 D 52 16 32 45 2E
Octal 307 255 44 0 15 122 26 62 105 56
Binary 11000111 10101101 100100 0 1101 1010010 10110 110010 1000101 101110

Color Harmonies of #C7AD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD24

Black with #C7AD24

Text Example


Text Example

White with #C7AD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD24; }

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

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

background-color css

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

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

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

border-color css

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

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

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