Html Css Color HEX #C2AF1A Earls Green

📋 copy color: '#C2AF1A'

red 194 ◦ green 175 ◦ blue 26

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

Shades of Earls Green #C2AF1A

Tints of Earls Green #C2AF1A

RGB

 RED value IS 194 (76.17% from 255) = 49.11%

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

 BLUE value IS 26 (10.55% from 255) = 6.58%

R = 49.11%
G = 44.3%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2AF1A (or 0xC2AF1A) is known color: Earls Green. HEX triplet: C2, AF and 1A. RGB value is (194,175,26). Sum of RGB (Red+Green+Blue) = 194+175+26=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF1A is #3D50E5. Grayscale: #A4A4A4. Windows color (decimal): -4018406 or 1748930. OLE color: 1748930.

HSL color Cylindrical-coordinate representation of color #C2AF1A: hue angle of 53.21º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2AF1A is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 26 -
CMYK 0 0.10 0.87 0.24
HSL 53.21º 0.76% 0.43% -
HSV(B) 53.21º 0.87% 0.76% -
XYZ 37.76 42.2 7.13 -
YUV 163.7 50.29 149.62 -
System Red Green Blue C M Y K H S L
Decimal 194 175 26 0 0.10 0.87 0.24 53.21 0.76 0.43
Hex C2 AF 1A 0 A 57 18 35 4C 2B
Octal 302 257 32 0 12 127 30 65 114 53
Binary 11000010 10101111 11010 0 1010 1010111 11000 110101 1001100 101011

Color Harmonies of #C2AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF1A

Black with #C2AF1A

Text Example


Text Example

White with #C2AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF1A; }

 p { color: rgb(194,175,26); }

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

background-color css

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

 a { background-color: rgb(194,175,26); }

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

border-color css

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

 span { border-color: rgb(194,175,26); }

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