Html Css Color HEX #C1A725 Earls Green

📋 copy color: '#C1A725'

red 193 ◦ green 167 ◦ blue 37

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

Shades of Earls Green #C1A725

Tints of Earls Green #C1A725

RGB

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

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

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

R = 48.61%
G = 42.07%
B = 9.32%

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

#C1A725 (or 0xC1A725) is known color: Earls Green. HEX triplet: C1, A7 and 25. RGB value is (193,167,37). Sum of RGB (Red+Green+Blue) = 193+167+37=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A725 is #3E58DA. Grayscale: #A0A0A0. Windows color (decimal): -4085979 or 2467777. OLE color: 2467777.

HSL color Cylindrical-coordinate representation of color #C1A725: hue angle of 50º 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 #C1A725 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 167 37 -
CMYK 0 0.13 0.81 0.24
HSL 50º 0.68% 0.45% -
HSV(B) 50º 0.81% 0.76% -
XYZ 36.14 39.11 7.39 -
YUV 159.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 193 167 37 0 0.13 0.81 0.24 50 0.68 0.45
Hex C1 A7 25 0 D 51 18 32 44 2D
Octal 301 247 45 0 15 121 30 62 104 55
Binary 11000001 10100111 100101 0 1101 1010001 11000 110010 1000100 101101

Color Harmonies of #C1A725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A725

Black with #C1A725

Text Example


Text Example

White with #C1A725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A725; }

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

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

background-color css

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

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

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

border-color css

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

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

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