Html Css Color HEX #C7A62B Earls Green

📋 copy color: '#C7A62B'

red 199 ◦ green 166 ◦ blue 43

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

Shades of Earls Green #C7A62B

Tints of Earls Green #C7A62B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

 BLUE value IS 43 (17.19% from 255) = 10.54%

R = 48.77%
G = 40.69%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7A62B (or 0xC7A62B) is known color: Earls Green. HEX triplet: C7, A6 and 2B. RGB value is (199,166,43). Sum of RGB (Red+Green+Blue) = 199+166+43=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A62B is #3859D4. Grayscale: #A2A2A2. Windows color (decimal): -3693013 or 2860743. OLE color: 2860743.

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

Color convert

RGB 199 166 43 -
CMYK 0 0.17 0.78 0.22
HSL 47.31º 0.64% 0.47% -
HSV(B) 47.31º 0.78% 0.78% -
XYZ 37.63 39.59 7.94 -
YUV 161.85 60.93 154.5 -
System Red Green Blue C M Y K H S L
Decimal 199 166 43 0 0.17 0.78 0.22 47.31 0.64 0.47
Hex C7 A6 2B 0 11 4E 16 2F 40 2F
Octal 307 246 53 0 21 116 26 57 100 57
Binary 11000111 10100110 101011 0 10001 1001110 10110 101111 1000000 101111

Color Harmonies of #C7A62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A62B

Black with #C7A62B

Text Example


Text Example

White with #C7A62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A62B; }

 p { color: rgb(199,166,43); }

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

background-color css

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

 a { background-color: rgb(199,166,43); }

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

border-color css

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

 span { border-color: rgb(199,166,43); }

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