Html Css Color HEX #C6B423 Earls Green

📋 copy color: '#C6B423'

red 198 ◦ green 180 ◦ blue 35

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

Shades of Earls Green #C6B423

Tints of Earls Green #C6B423

RGB

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

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

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

R = 47.94%
G = 43.58%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C6B423 (or 0xC6B423) is known color: Earls Green. HEX triplet: C6, B4 and 23. RGB value is (198,180,35). Sum of RGB (Red+Green+Blue) = 198+180+35=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B423 is #394BDC. Grayscale: #A9A9A9. Windows color (decimal): -3754973 or 2340038. OLE color: 2340038.

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

Color convert

RGB 198 180 35 -
CMYK 0 0.09 0.82 0.22
HSL 53.37º 0.7% 0.46% -
HSV(B) 53.37º 0.82% 0.78% -
XYZ 39.91 44.77 8.13 -
YUV 168.85 52.46 148.79 -
System Red Green Blue C M Y K H S L
Decimal 198 180 35 0 0.09 0.82 0.22 53.37 0.7 0.46
Hex C6 B4 23 0 9 52 16 35 46 2E
Octal 306 264 43 0 11 122 26 65 106 56
Binary 11000110 10110100 100011 0 1001 1010010 10110 110101 1000110 101110

Color Harmonies of #C6B423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B423

Black with #C6B423

Text Example


Text Example

White with #C6B423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B423; }

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

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

background-color css

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

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

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

border-color css

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

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

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