Html Css Color HEX #C7AD21 Earls Green

📋 copy color: '#C7AD21'

red 199 ◦ green 173 ◦ blue 33

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

Shades of Earls Green #C7AD21

Tints of Earls Green #C7AD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 49.14%
G = 42.72%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C7AD21 (or 0xC7AD21) is known color: Earls Green. HEX triplet: C7, AD and 21. RGB value is (199,173,33). Sum of RGB (Red+Green+Blue) = 199+173+33=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD21 is #3852DE. Grayscale: #A5A5A5. Windows color (decimal): -3691231 or 2207175. OLE color: 2207175.

HSL color Cylindrical-coordinate representation of color #C7AD21: hue angle of 50.6º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7AD21 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 173 33 -
CMYK 0 0.13 0.83 0.22
HSL 50.6º 0.72% 0.45% -
HSV(B) 50.6º 0.83% 0.78% -
XYZ 38.77 42.14 7.53 -
YUV 164.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 199 173 33 0 0.13 0.83 0.22 50.6 0.72 0.45
Hex C7 AD 21 0 D 53 16 33 48 2D
Octal 307 255 41 0 15 123 26 63 110 55
Binary 11000111 10101101 100001 0 1101 1010011 10110 110011 1001000 101101

Color Harmonies of #C7AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD21

Black with #C7AD21

Text Example


Text Example

White with #C7AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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