Html Css Color HEX #C1B113 Earls Green

📋 copy color: '#C1B113'

red 193 ◦ green 177 ◦ blue 19

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

Shades of Earls Green #C1B113

Tints of Earls Green #C1B113

RGB

 RED value IS 193 (75.78% from 255) = 49.61%

 GREEN value IS 177 (69.53% from 255) = 45.5%

 BLUE value IS 19 (7.81% from 255) = 4.88%

R = 49.61%
G = 45.5%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C1B113 (or 0xC1B113) is known color: Earls Green. HEX triplet: C1, B1 and 13. RGB value is (193,177,19). Sum of RGB (Red+Green+Blue) = 193+177+19=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B113 is #3E4EEC. Grayscale: #A4A4A4. Windows color (decimal): -4083437 or 1290689. OLE color: 1290689.

HSL color Cylindrical-coordinate representation of color #C1B113: hue angle of 54.48º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1B113 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 177 19 -
CMYK 0 0.08 0.90 0.24
HSL 54.48º 0.82% 0.42% -
HSV(B) 54.48º 0.9% 0.76% -
XYZ 37.83 42.83 6.89 -
YUV 163.77 46.3 148.85 -
System Red Green Blue C M Y K H S L
Decimal 193 177 19 0 0.08 0.90 0.24 54.48 0.82 0.42
Hex C1 B1 13 0 8 5A 18 36 52 2A
Octal 301 261 23 0 10 132 30 66 122 52
Binary 11000001 10110001 10011 0 1000 1011010 11000 110110 1010010 101010

Color Harmonies of #C1B113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B113

Black with #C1B113

Text Example


Text Example

White with #C1B113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B113; }

 p { color: rgb(193,177,19); }

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

background-color css

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

 a { background-color: rgb(193,177,19); }

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

border-color css

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

 span { border-color: rgb(193,177,19); }

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