Html Css Color HEX #C7A928 Earls Green

📋 copy color: '#C7A928'

red 199 ◦ green 169 ◦ blue 40

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

Shades of Earls Green #C7A928

Tints of Earls Green #C7A928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 48.77%
G = 41.42%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C7A928 (or 0xC7A928) is known color: Earls Green. HEX triplet: C7, A9 and 28. RGB value is (199,169,40). Sum of RGB (Red+Green+Blue) = 199+169+40=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A928 is #3856D7. Grayscale: #A3A3A3. Windows color (decimal): -3692248 or 2664903. OLE color: 2664903.

HSL color Cylindrical-coordinate representation of color #C7A928: hue angle of 48.68º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7A928 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 169 40 -
CMYK 0 0.15 0.80 0.22
HSL 48.68º 0.67% 0.47% -
HSV(B) 48.68º 0.8% 0.78% -
XYZ 38.12 40.67 7.85 -
YUV 163.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 199 169 40 0 0.15 0.80 0.22 48.68 0.67 0.47
Hex C7 A9 28 0 F 50 16 31 43 2F
Octal 307 251 50 0 17 120 26 61 103 57
Binary 11000111 10101001 101000 0 1111 1010000 10110 110001 1000011 101111

Color Harmonies of #C7A928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A928

Black with #C7A928

Text Example


Text Example

White with #C7A928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A928; }

 p { color: rgb(199,169,40); }

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

background-color css

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

 a { background-color: rgb(199,169,40); }

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

border-color css

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

 span { border-color: rgb(199,169,40); }

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