Html Css Color HEX #C1A825 Earls Green

📋 copy color: '#C1A825'

red 193 ◦ green 168 ◦ blue 37

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

Shades of Earls Green #C1A825

Tints of Earls Green #C1A825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.21%

 BLUE value IS 37 (14.84% from 255) = 9.3%

R = 48.49%
G = 42.21%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C1A825 (or 0xC1A825) is known color: Earls Green. HEX triplet: C1, A8 and 25. RGB value is (193,168,37). Sum of RGB (Red+Green+Blue) = 193+168+37=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A825 is #3E57DA. Grayscale: #A1A1A1. Windows color (decimal): -4085723 or 2468033. OLE color: 2468033.

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

Color convert

RGB 193 168 37 -
CMYK 0 0.13 0.81 0.24
HSL 50.38º 0.68% 0.45% -
HSV(B) 50.38º 0.81% 0.76% -
XYZ 36.33 39.48 7.46 -
YUV 160.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 193 168 37 0 0.13 0.81 0.24 50.38 0.68 0.45
Hex C1 A8 25 0 D 51 18 32 44 2D
Octal 301 250 45 0 15 121 30 62 104 55
Binary 11000001 10101000 100101 0 1101 1010001 11000 110010 1000100 101101

Color Harmonies of #C1A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A825

Black with #C1A825

Text Example


Text Example

White with #C1A825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A825; }

 p { color: rgb(193,168,37); }

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

background-color css

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

 a { background-color: rgb(193,168,37); }

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

border-color css

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

 span { border-color: rgb(193,168,37); }

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