Html Css Color HEX #C7B120 Earls Green

📋 copy color: '#C7B120'

red 199 ◦ green 177 ◦ blue 32

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

Shades of Earls Green #C7B120

Tints of Earls Green #C7B120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.38%

 BLUE value IS 32 (12.89% from 255) = 7.84%

R = 48.77%
G = 43.38%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7B120 (or 0xC7B120) is known color: Earls Green. HEX triplet: C7, B1 and 20. RGB value is (199,177,32). Sum of RGB (Red+Green+Blue) = 199+177+32=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B120 is #384EDF. Grayscale: #A7A7A7. Windows color (decimal): -3690208 or 2142663. OLE color: 2142663.

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

Color convert

RGB 199 177 32 -
CMYK 0 0.11 0.84 0.22
HSL 52.1º 0.72% 0.45% -
HSV(B) 52.1º 0.84% 0.78% -
XYZ 39.54 43.69 7.72 -
YUV 167.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 199 177 32 0 0.11 0.84 0.22 52.1 0.72 0.45
Hex C7 B1 20 0 B 54 16 34 48 2D
Octal 307 261 40 0 13 124 26 64 110 55
Binary 11000111 10110001 100000 0 1011 1010100 10110 110100 1001000 101101

Color Harmonies of #C7B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B120

Black with #C7B120

Text Example


Text Example

White with #C7B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B120; }

 p { color: rgb(199,177,32); }

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

background-color css

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

 a { background-color: rgb(199,177,32); }

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

border-color css

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

 span { border-color: rgb(199,177,32); }

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