Html Css Color HEX #C1AF28 Earls Green

📋 copy color: '#C1AF28'

red 193 ◦ green 175 ◦ blue 40

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

Shades of Earls Green #C1AF28

Tints of Earls Green #C1AF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 47.3%
G = 42.89%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C1AF28 (or 0xC1AF28) is known color: Earls Green. HEX triplet: C1, AF and 28. RGB value is (193,175,40). Sum of RGB (Red+Green+Blue) = 193+175+40=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF28 is #3E50D7. Grayscale: #A5A5A5. Windows color (decimal): -4083928 or 2666433. OLE color: 2666433.

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

Color convert

RGB 193 175 40 -
CMYK 0 0.09 0.79 0.24
HSL 52.94º 0.66% 0.46% -
HSV(B) 52.94º 0.79% 0.76% -
XYZ 37.71 42.15 8.16 -
YUV 164.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 193 175 40 0 0.09 0.79 0.24 52.94 0.66 0.46
Hex C1 AF 28 0 9 4F 18 35 42 2E
Octal 301 257 50 0 11 117 30 65 102 56
Binary 11000001 10101111 101000 0 1001 1001111 11000 110101 1000010 101110

Color Harmonies of #C1AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF28

Black with #C1AF28

Text Example


Text Example

White with #C1AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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