Html Css Color HEX #C1A923 Earls Green

📋 copy color: '#C1A923'

red 193 ◦ green 169 ◦ blue 35

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

Shades of Earls Green #C1A923

Tints of Earls Green #C1A923

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

 BLUE value IS 35 (14.06% from 255) = 8.82%

R = 48.61%
G = 42.57%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C1A923 (or 0xC1A923) is known color: Earls Green. HEX triplet: C1, A9 and 23. RGB value is (193,169,35). Sum of RGB (Red+Green+Blue) = 193+169+35=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A923 is #3E56DC. Grayscale: #A1A1A1. Windows color (decimal): -4085469 or 2337217. OLE color: 2337217.

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

Color convert

RGB 193 169 35 -
CMYK 0 0.12 0.82 0.24
HSL 50.89º 0.69% 0.45% -
HSV(B) 50.89º 0.82% 0.76% -
XYZ 36.48 39.83 7.36 -
YUV 160.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 193 169 35 0 0.12 0.82 0.24 50.89 0.69 0.45
Hex C1 A9 23 0 C 52 18 33 45 2D
Octal 301 251 43 0 14 122 30 63 105 55
Binary 11000001 10101001 100011 0 1100 1010010 11000 110011 1000101 101101

Color Harmonies of #C1A923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A923

Black with #C1A923

Text Example


Text Example

White with #C1A923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A923; }

 p { color: rgb(193,169,35); }

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

background-color css

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

 a { background-color: rgb(193,169,35); }

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

border-color css

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

 span { border-color: rgb(193,169,35); }

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