Html Css Color HEX #C6B428 Earls Green

📋 copy color: '#C6B428'

red 198 ◦ green 180 ◦ blue 40

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

Shades of Earls Green #C6B428

Tints of Earls Green #C6B428

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.06%

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

R = 47.37%
G = 43.06%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C6B428 (or 0xC6B428) is known color: Earls Green. HEX triplet: C6, B4 and 28. RGB value is (198,180,40). Sum of RGB (Red+Green+Blue) = 198+180+40=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B428 is #394BD7. Grayscale: #AAAAAA. Windows color (decimal): -3754968 or 2667718. OLE color: 2667718.

HSL color Cylindrical-coordinate representation of color #C6B428: hue angle of 53.16º 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 #C6B428 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 180 40 -
CMYK 0 0.09 0.80 0.22
HSL 53.16º 0.66% 0.47% -
HSV(B) 53.16º 0.8% 0.78% -
XYZ 39.99 44.8 8.55 -
YUV 169.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 198 180 40 0 0.09 0.80 0.22 53.16 0.66 0.47
Hex C6 B4 28 0 9 50 16 35 42 2F
Octal 306 264 50 0 11 120 26 65 102 57
Binary 11000110 10110100 101000 0 1001 1010000 10110 110101 1000010 101111

Color Harmonies of #C6B428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B428

Black with #C6B428

Text Example


Text Example

White with #C6B428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B428; }

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

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

background-color css

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

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

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

border-color css

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

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

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