Html Css Color HEX #C7A526 Earls Green

📋 copy color: '#C7A526'

red 199 ◦ green 165 ◦ blue 38

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

Shades of Earls Green #C7A526

Tints of Earls Green #C7A526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.45%

R = 49.5%
G = 41.04%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C7A526 (or 0xC7A526) is known color: Earls Green. HEX triplet: C7, A5 and 26. RGB value is (199,165,38). Sum of RGB (Red+Green+Blue) = 199+165+38=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A526 is #385AD9. Grayscale: #A1A1A1. Windows color (decimal): -3693274 or 2532807. OLE color: 2532807.

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

Color convert

RGB 199 165 38 -
CMYK 0 0.17 0.81 0.22
HSL 47.33º 0.68% 0.46% -
HSV(B) 47.33º 0.81% 0.78% -
XYZ 37.36 39.19 7.43 -
YUV 160.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 199 165 38 0 0.17 0.81 0.22 47.33 0.68 0.46
Hex C7 A5 26 0 11 51 16 2F 44 2E
Octal 307 245 46 0 21 121 26 57 104 56
Binary 11000111 10100101 100110 0 10001 1010001 10110 101111 1000100 101110

Color Harmonies of #C7A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A526

Black with #C7A526

Text Example


Text Example

White with #C7A526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A526; }

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

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

background-color css

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

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

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

border-color css

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

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

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