Html Css Color HEX #C6B323 Earls Green

📋 copy color: '#C6B323'

red 198 ◦ green 179 ◦ blue 35

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

Shades of Earls Green #C6B323

Tints of Earls Green #C6B323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.5%

R = 48.06%
G = 43.45%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C6B323 (or 0xC6B323) is known color: Earls Green. HEX triplet: C6, B3 and 23. RGB value is (198,179,35). Sum of RGB (Red+Green+Blue) = 198+179+35=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 35 (14.06% from 255 or 8.50% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B323 is #394CDC. Grayscale: #A8A8A8. Windows color (decimal): -3755229 or 2339782. OLE color: 2339782.

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

Color convert

RGB 198 179 35 -
CMYK 0 0.10 0.82 0.22
HSL 53.01º 0.7% 0.46% -
HSV(B) 53.01º 0.82% 0.78% -
XYZ 39.71 44.37 8.06 -
YUV 168.27 52.79 149.21 -
System Red Green Blue C M Y K H S L
Decimal 198 179 35 0 0.10 0.82 0.22 53.01 0.7 0.46
Hex C6 B3 23 0 A 52 16 35 46 2E
Octal 306 263 43 0 12 122 26 65 106 56
Binary 11000110 10110011 100011 0 1010 1010010 10110 110101 1000110 101110

Color Harmonies of #C6B323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B323

Black with #C6B323

Text Example


Text Example

White with #C6B323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B323; }

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

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

background-color css

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

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

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

border-color css

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

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

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