Html Css Color HEX #C6A72C Earls Green

📋 copy color: '#C6A72C'

red 198 ◦ green 167 ◦ blue 44

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

Shades of Earls Green #C6A72C

Tints of Earls Green #C6A72C

RGB

 RED value IS 198 (77.73% from 255) = 48.41%

 GREEN value IS 167 (65.63% from 255) = 40.83%

 BLUE value IS 44 (17.58% from 255) = 10.76%

R = 48.41%
G = 40.83%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6A72C (or 0xC6A72C) is known color: Earls Green. HEX triplet: C6, A7 and 2C. RGB value is (198,167,44). Sum of RGB (Red+Green+Blue) = 198+167+44=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A72C is #3958D3. Grayscale: #A2A2A2. Windows color (decimal): -3758292 or 2926534. OLE color: 2926534.

HSL color Cylindrical-coordinate representation of color #C6A72C: hue angle of 47.92º 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 #C6A72C is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 167 44 -
CMYK 0 0.16 0.78 0.22
HSL 47.92º 0.64% 0.47% -
HSV(B) 47.92º 0.78% 0.78% -
XYZ 37.56 39.83 8.09 -
YUV 162.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 198 167 44 0 0.16 0.78 0.22 47.92 0.64 0.47
Hex C6 A7 2C 0 10 4E 16 30 40 2F
Octal 306 247 54 0 20 116 26 60 100 57
Binary 11000110 10100111 101100 0 10000 1001110 10110 110000 1000000 101111

Color Harmonies of #C6A72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A72C

Black with #C6A72C

Text Example


Text Example

White with #C6A72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A72C; }

 p { color: rgb(198,167,44); }

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

background-color css

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

 a { background-color: rgb(198,167,44); }

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

border-color css

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

 span { border-color: rgb(198,167,44); }

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