Html Css Color HEX #C1A52B Earls Green

📋 copy color: '#C1A52B'

red 193 ◦ green 165 ◦ blue 43

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

Shades of Earls Green #C1A52B

Tints of Earls Green #C1A52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

 BLUE value IS 43 (17.19% from 255) = 10.72%

R = 48.13%
G = 41.15%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1A52B (or 0xC1A52B) is known color: Earls Green. HEX triplet: C1, A5 and 2B. RGB value is (193,165,43). Sum of RGB (Red+Green+Blue) = 193+165+43=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A52B is #3E5AD4. Grayscale: #9F9F9F. Windows color (decimal): -4086485 or 2860481. OLE color: 2860481.

HSL color Cylindrical-coordinate representation of color #C1A52B: hue angle of 48.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1A52B is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 43 -
CMYK 0 0.15 0.78 0.24
HSL 48.8º 0.64% 0.46% -
HSV(B) 48.8º 0.78% 0.76% -
XYZ 35.88 38.42 7.81 -
YUV 159.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 193 165 43 0 0.15 0.78 0.24 48.8 0.64 0.46
Hex C1 A5 2B 0 F 4E 18 31 40 2E
Octal 301 245 53 0 17 116 30 61 100 56
Binary 11000001 10100101 101011 0 1111 1001110 11000 110001 1000000 101110

Color Harmonies of #C1A52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A52B

Black with #C1A52B

Text Example


Text Example

White with #C1A52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A52B; }

 p { color: rgb(193,165,43); }

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

background-color css

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

 a { background-color: rgb(193,165,43); }

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

border-color css

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

 span { border-color: rgb(193,165,43); }

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