Html Css Color HEX #C6AF28 Earls Green

📋 copy color: '#C6AF28'

red 198 ◦ green 175 ◦ blue 40

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

Shades of Earls Green #C6AF28

Tints of Earls Green #C6AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.37%

 BLUE value IS 40 (16.02% from 255) = 9.69%

R = 47.94%
G = 42.37%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C6AF28 (or 0xC6AF28) is known color: Earls Green. HEX triplet: C6, AF and 28. RGB value is (198,175,40). Sum of RGB (Red+Green+Blue) = 198+175+40=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF28 is #3950D7. Grayscale: #A7A7A7. Windows color (decimal): -3756248 or 2666438. OLE color: 2666438.

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

Color convert

RGB 198 175 40 -
CMYK 0 0.12 0.80 0.22
HSL 51.27º 0.66% 0.47% -
HSV(B) 51.27º 0.8% 0.78% -
XYZ 39 42.82 8.22 -
YUV 166.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 198 175 40 0 0.12 0.80 0.22 51.27 0.66 0.47
Hex C6 AF 28 0 C 50 16 33 42 2F
Octal 306 257 50 0 14 120 26 63 102 57
Binary 11000110 10101111 101000 0 1100 1010000 10110 110011 1000010 101111

Color Harmonies of #C6AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF28

Black with #C6AF28

Text Example


Text Example

White with #C6AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF28; }

 p { color: rgb(198,175,40); }

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

background-color css

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

 a { background-color: rgb(198,175,40); }

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

border-color css

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

 span { border-color: rgb(198,175,40); }

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