Html Css Color HEX #C6B120 Earls Green

📋 copy color: '#C6B120'

red 198 ◦ green 177 ◦ blue 32

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

Shades of Earls Green #C6B120

Tints of Earls Green #C6B120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.49%

 BLUE value IS 32 (12.89% from 255) = 7.86%

R = 48.65%
G = 43.49%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6B120 (or 0xC6B120) is known color: Earls Green. HEX triplet: C6, B1 and 20. RGB value is (198,177,32). Sum of RGB (Red+Green+Blue) = 198+177+32=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B120 is #394EDF. Grayscale: #A7A7A7. Windows color (decimal): -3755744 or 2142662. OLE color: 2142662.

HSL color Cylindrical-coordinate representation of color #C6B120: hue angle of 52.41º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6B120 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 177 32 -
CMYK 0 0.11 0.84 0.22
HSL 52.41º 0.72% 0.45% -
HSV(B) 52.41º 0.84% 0.78% -
XYZ 39.27 43.55 7.7 -
YUV 166.75 51.96 150.29 -
System Red Green Blue C M Y K H S L
Decimal 198 177 32 0 0.11 0.84 0.22 52.41 0.72 0.45
Hex C6 B1 20 0 B 54 16 34 48 2D
Octal 306 261 40 0 13 124 26 64 110 55
Binary 11000110 10110001 100000 0 1011 1010100 10110 110100 1001000 101101

Color Harmonies of #C6B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B120

Black with #C6B120

Text Example


Text Example

White with #C6B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B120; }

 p { color: rgb(198,177,32); }

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

background-color css

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

 a { background-color: rgb(198,177,32); }

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

border-color css

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

 span { border-color: rgb(198,177,32); }

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