Html Css Color HEX #C1A731 Earls Green

📋 copy color: '#C1A731'

red 193 ◦ green 167 ◦ blue 49

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

Shades of Earls Green #C1A731

Tints of Earls Green #C1A731

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

 BLUE value IS 49 (19.53% from 255) = 11.98%

R = 47.19%
G = 40.83%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C1A731 (or 0xC1A731) is known color: Earls Green. HEX triplet: C1, A7 and 31. RGB value is (193,167,49). Sum of RGB (Red+Green+Blue) = 193+167+49=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A731 is #3E58CE. Grayscale: #A1A1A1. Windows color (decimal): -4085967 or 3254209. OLE color: 3254209.

HSL color Cylindrical-coordinate representation of color #C1A731: hue angle of 49.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1A731 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 167 49 -
CMYK 0 0.13 0.75 0.24
HSL 49.17º 0.6% 0.47% -
HSV(B) 49.17º 0.75% 0.76% -
XYZ 36.37 39.2 8.55 -
YUV 161.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 193 167 49 0 0.13 0.75 0.24 49.17 0.6 0.47
Hex C1 A7 31 0 D 4B 18 31 3C 2F
Octal 301 247 61 0 15 113 30 61 74 57
Binary 11000001 10100111 110001 0 1101 1001011 11000 110001 111100 101111

Color Harmonies of #C1A731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A731

Black with #C1A731

Text Example


Text Example

White with #C1A731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A731; }

 p { color: rgb(193,167,49); }

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

background-color css

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

 a { background-color: rgb(193,167,49); }

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

border-color css

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

 span { border-color: rgb(193,167,49); }

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