Html Css Color HEX #C6A623 Earls Green

📋 copy color: '#C6A623'

red 198 ◦ green 166 ◦ blue 35

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

Shades of Earls Green #C6A623

Tints of Earls Green #C6A623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.77%

R = 49.62%
G = 41.6%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C6A623 (or 0xC6A623) is known color: Earls Green. HEX triplet: C6, A6 and 23. RGB value is (198,166,35). Sum of RGB (Red+Green+Blue) = 198+166+35=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A623 is #3959DC. Grayscale: #A1A1A1. Windows color (decimal): -3758557 or 2336454. OLE color: 2336454.

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

Color convert

RGB 198 166 35 -
CMYK 0 0.16 0.82 0.22
HSL 48.22º 0.7% 0.46% -
HSV(B) 48.22º 0.82% 0.78% -
XYZ 37.23 39.4 7.23 -
YUV 160.63 57.1 154.65 -
System Red Green Blue C M Y K H S L
Decimal 198 166 35 0 0.16 0.82 0.22 48.22 0.7 0.46
Hex C6 A6 23 0 10 52 16 30 46 2E
Octal 306 246 43 0 20 122 26 60 106 56
Binary 11000110 10100110 100011 0 10000 1010010 10110 110000 1000110 101110

Color Harmonies of #C6A623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A623

Black with #C6A623

Text Example


Text Example

White with #C6A623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A623; }

 p { color: rgb(198,166,35); }

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

background-color css

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

 a { background-color: rgb(198,166,35); }

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

border-color css

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

 span { border-color: rgb(198,166,35); }

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