Html Css Color HEX #C6A81B Earls Green

📋 copy color: '#C6A81B'

red 198 ◦ green 168 ◦ blue 27

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

Shades of Earls Green #C6A81B

Tints of Earls Green #C6A81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

 BLUE value IS 27 (10.94% from 255) = 6.87%

R = 50.38%
G = 42.75%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6A81B (or 0xC6A81B) is known color: Earls Green. HEX triplet: C6, A8 and 1B. RGB value is (198,168,27). Sum of RGB (Red+Green+Blue) = 198+168+27=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A81B is #3957E4. Grayscale: #A1A1A1. Windows color (decimal): -3758053 or 1812678. OLE color: 1812678.

HSL color Cylindrical-coordinate representation of color #C6A81B: hue angle of 49.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6A81B is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 168 27 -
CMYK 0 0.15 0.86 0.22
HSL 49.47º 0.76% 0.44% -
HSV(B) 49.47º 0.86% 0.78% -
XYZ 37.49 40.09 6.8 -
YUV 160.9 52.44 154.46 -
System Red Green Blue C M Y K H S L
Decimal 198 168 27 0 0.15 0.86 0.22 49.47 0.76 0.44
Hex C6 A8 1B 0 F 56 16 31 4C 2C
Octal 306 250 33 0 17 126 26 61 114 54
Binary 11000110 10101000 11011 0 1111 1010110 10110 110001 1001100 101100

Color Harmonies of #C6A81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A81B

Black with #C6A81B

Text Example


Text Example

White with #C6A81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A81B; }

 p { color: rgb(198,168,27); }

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

background-color css

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

 a { background-color: rgb(198,168,27); }

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

border-color css

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

 span { border-color: rgb(198,168,27); }

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