Html Css Color HEX #C6AF2B Earls Green

📋 copy color: '#C6AF2B'

red 198 ◦ green 175 ◦ blue 43

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

Shades of Earls Green #C6AF2B

Tints of Earls Green #C6AF2B

RGB

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

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

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

R = 47.6%
G = 42.07%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6AF2B (or 0xC6AF2B) is known color: Earls Green. HEX triplet: C6, AF and 2B. RGB value is (198,175,43). Sum of RGB (Red+Green+Blue) = 198+175+43=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF2B is #3950D4. Grayscale: #A7A7A7. Windows color (decimal): -3756245 or 2863046. OLE color: 2863046.

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

Color convert

RGB 198 175 43 -
CMYK 0 0.12 0.78 0.22
HSL 51.1º 0.64% 0.47% -
HSV(B) 51.1º 0.78% 0.78% -
XYZ 39.05 42.84 8.5 -
YUV 166.83 58.12 150.23 -
System Red Green Blue C M Y K H S L
Decimal 198 175 43 0 0.12 0.78 0.22 51.1 0.64 0.47
Hex C6 AF 2B 0 C 4E 16 33 40 2F
Octal 306 257 53 0 14 116 26 63 100 57
Binary 11000110 10101111 101011 0 1100 1001110 10110 110011 1000000 101111

Color Harmonies of #C6AF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF2B

Black with #C6AF2B

Text Example


Text Example

White with #C6AF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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