Html Css Color HEX #C6B628 Earls Green

📋 copy color: '#C6B628'

red 198 ◦ green 182 ◦ blue 40

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

Shades of Earls Green #C6B628

Tints of Earls Green #C6B628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.33%

 BLUE value IS 40 (16.02% from 255) = 9.52%

R = 47.14%
G = 43.33%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C6B628 (or 0xC6B628) is known color: Earls Green. HEX triplet: C6, B6 and 28. RGB value is (198,182,40). Sum of RGB (Red+Green+Blue) = 198+182+40=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B628 is #3949D7. Grayscale: #ABABAB. Windows color (decimal): -3754456 or 2668230. OLE color: 2668230.

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

Color convert

RGB 198 182 40 -
CMYK 0 0.08 0.80 0.22
HSL 53.92º 0.66% 0.47% -
HSV(B) 53.92º 0.8% 0.78% -
XYZ 40.4 45.61 8.68 -
YUV 170.6 54.3 147.55 -
System Red Green Blue C M Y K H S L
Decimal 198 182 40 0 0.08 0.80 0.22 53.92 0.66 0.47
Hex C6 B6 28 0 8 50 16 36 42 2F
Octal 306 266 50 0 10 120 26 66 102 57
Binary 11000110 10110110 101000 0 1000 1010000 10110 110110 1000010 101111

Color Harmonies of #C6B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B628

Black with #C6B628

Text Example


Text Example

White with #C6B628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B628; }

 p { color: rgb(198,182,40); }

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

background-color css

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

 a { background-color: rgb(198,182,40); }

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

border-color css

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

 span { border-color: rgb(198,182,40); }

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