Html Css Color HEX #C6B028 Earls Green

📋 copy color: '#C6B028'

red 198 ◦ green 176 ◦ blue 40

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

Shades of Earls Green #C6B028

Tints of Earls Green #C6B028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

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

R = 47.83%
G = 42.51%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C6B028 (or 0xC6B028) is known color: Earls Green. HEX triplet: C6, B0 and 28. RGB value is (198,176,40). Sum of RGB (Red+Green+Blue) = 198+176+40=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B028 is #394FD7. Grayscale: #A7A7A7. Windows color (decimal): -3755992 or 2666694. OLE color: 2666694.

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

Color convert

RGB 198 176 40 -
CMYK 0 0.11 0.80 0.22
HSL 51.65º 0.66% 0.47% -
HSV(B) 51.65º 0.8% 0.78% -
XYZ 39.2 43.21 8.28 -
YUV 167.07 56.29 150.06 -
System Red Green Blue C M Y K H S L
Decimal 198 176 40 0 0.11 0.80 0.22 51.65 0.66 0.47
Hex C6 B0 28 0 B 50 16 34 42 2F
Octal 306 260 50 0 13 120 26 64 102 57
Binary 11000110 10110000 101000 0 1011 1010000 10110 110100 1000010 101111

Color Harmonies of #C6B028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B028

Black with #C6B028

Text Example


Text Example

White with #C6B028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B028; }

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

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

background-color css

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

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

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

border-color css

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

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

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