Html Css Color HEX #C6B21C Earls Green

📋 copy color: '#C6B21C'

red 198 ◦ green 178 ◦ blue 28

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

Shades of Earls Green #C6B21C

Tints of Earls Green #C6B21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.06%

 BLUE value IS 28 (11.33% from 255) = 6.93%

R = 49.01%
G = 44.06%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6B21C (or 0xC6B21C) is known color: Earls Green. HEX triplet: C6, B2 and 1C. RGB value is (198,178,28). Sum of RGB (Red+Green+Blue) = 198+178+28=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B21C is #394DE3. Grayscale: #A7A7A7. Windows color (decimal): -3755492 or 1880774. OLE color: 1880774.

HSL color Cylindrical-coordinate representation of color #C6B21C: hue angle of 52.94º degrees, saturation: 0.75, 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 #C6B21C is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 178 28 -
CMYK 0 0.10 0.86 0.22
HSL 52.94º 0.75% 0.44% -
HSV(B) 52.94º 0.86% 0.78% -
XYZ 39.42 43.93 7.5 -
YUV 166.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 198 178 28 0 0.10 0.86 0.22 52.94 0.75 0.44
Hex C6 B2 1C 0 A 56 16 35 4B 2C
Octal 306 262 34 0 12 126 26 65 113 54
Binary 11000110 10110010 11100 0 1010 1010110 10110 110101 1001011 101100

Color Harmonies of #C6B21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B21C

Black with #C6B21C

Text Example


Text Example

White with #C6B21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B21C; }

 p { color: rgb(198,178,28); }

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

background-color css

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

 a { background-color: rgb(198,178,28); }

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

border-color css

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

 span { border-color: rgb(198,178,28); }

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