Html Css Color HEX #C7AD1C Earls Green

📋 copy color: '#C7AD1C'

red 199 ◦ green 173 ◦ blue 28

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

Shades of Earls Green #C7AD1C

Tints of Earls Green #C7AD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7%

R = 49.75%
G = 43.25%
B = 7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7AD1C (or 0xC7AD1C) is known color: Earls Green. HEX triplet: C7, AD and 1C. RGB value is (199,173,28). Sum of RGB (Red+Green+Blue) = 199+173+28=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD1C is #3852E3. Grayscale: #A4A4A4. Windows color (decimal): -3691236 or 1879495. OLE color: 1879495.

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

Color convert

RGB 199 173 28 -
CMYK 0 0.13 0.86 0.22
HSL 50.88º 0.75% 0.45% -
HSV(B) 50.88º 0.86% 0.78% -
XYZ 38.71 42.11 7.19 -
YUV 164.24 51.11 152.79 -
System Red Green Blue C M Y K H S L
Decimal 199 173 28 0 0.13 0.86 0.22 50.88 0.75 0.45
Hex C7 AD 1C 0 D 56 16 33 4B 2D
Octal 307 255 34 0 15 126 26 63 113 55
Binary 11000111 10101101 11100 0 1101 1010110 10110 110011 1001011 101101

Color Harmonies of #C7AD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD1C

Black with #C7AD1C

Text Example


Text Example

White with #C7AD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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