Html Css Color HEX #C6B329 Earls Green

📋 copy color: '#C6B329'

red 198 ◦ green 179 ◦ blue 41

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

Shades of Earls Green #C6B329

Tints of Earls Green #C6B329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.82%

 BLUE value IS 41 (16.41% from 255) = 9.81%

R = 47.37%
G = 42.82%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6B329 (or 0xC6B329) is known color: Earls Green. HEX triplet: C6, B3 and 29. RGB value is (198,179,41). Sum of RGB (Red+Green+Blue) = 198+179+41=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B329 is #394CD6. Grayscale: #A9A9A9. Windows color (decimal): -3755223 or 2732998. OLE color: 2732998.

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

Color convert

RGB 198 179 41 -
CMYK 0 0.10 0.79 0.22
HSL 52.74º 0.66% 0.47% -
HSV(B) 52.74º 0.79% 0.78% -
XYZ 39.81 44.41 8.57 -
YUV 168.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 198 179 41 0 0.10 0.79 0.22 52.74 0.66 0.47
Hex C6 B3 29 0 A 4F 16 35 42 2F
Octal 306 263 51 0 12 117 26 65 102 57
Binary 11000110 10110011 101001 0 1010 1001111 10110 110101 1000010 101111

Color Harmonies of #C6B329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B329

Black with #C6B329

Text Example


Text Example

White with #C6B329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B329; }

 p { color: rgb(198,179,41); }

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

background-color css

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

 a { background-color: rgb(198,179,41); }

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

border-color css

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

 span { border-color: rgb(198,179,41); }

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