Html Css Color HEX #C1AF25 Earls Green

📋 copy color: '#C1AF25'

red 193 ◦ green 175 ◦ blue 37

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

Shades of Earls Green #C1AF25

Tints of Earls Green #C1AF25

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.21%

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

R = 47.65%
G = 43.21%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C1AF25 (or 0xC1AF25) is known color: Earls Green. HEX triplet: C1, AF and 25. RGB value is (193,175,37). Sum of RGB (Red+Green+Blue) = 193+175+37=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF25 is #3E50DA. Grayscale: #A5A5A5. Windows color (decimal): -4083931 or 2469825. OLE color: 2469825.

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

Color convert

RGB 193 175 37 -
CMYK 0 0.09 0.81 0.24
HSL 53.08º 0.68% 0.45% -
HSV(B) 53.08º 0.81% 0.76% -
XYZ 37.66 42.13 7.9 -
YUV 164.65 55.96 148.22 -
System Red Green Blue C M Y K H S L
Decimal 193 175 37 0 0.09 0.81 0.24 53.08 0.68 0.45
Hex C1 AF 25 0 9 51 18 35 44 2D
Octal 301 257 45 0 11 121 30 65 104 55
Binary 11000001 10101111 100101 0 1001 1010001 11000 110101 1000100 101101

Color Harmonies of #C1AF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF25

Black with #C1AF25

Text Example


Text Example

White with #C1AF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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