Html Css Color HEX #C2AD26 Earls Green

📋 copy color: '#C2AD26'

red 194 ◦ green 173 ◦ blue 38

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

Shades of Earls Green #C2AD26

Tints of Earls Green #C2AD26

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.72%

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 47.9%
G = 42.72%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C2AD26 (or 0xC2AD26) is known color: Earls Green. HEX triplet: C2, AD and 26. RGB value is (194,173,38). Sum of RGB (Red+Green+Blue) = 194+173+38=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD26 is #3D52D9. Grayscale: #A4A4A4. Windows color (decimal): -4018906 or 2534850. OLE color: 2534850.

HSL color Cylindrical-coordinate representation of color #C2AD26: hue angle of 51.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2AD26 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 173 38 -
CMYK 0 0.11 0.80 0.24
HSL 51.92º 0.67% 0.45% -
HSV(B) 51.92º 0.8% 0.76% -
XYZ 37.54 41.5 7.86 -
YUV 163.89 56.96 149.48 -
System Red Green Blue C M Y K H S L
Decimal 194 173 38 0 0.11 0.80 0.24 51.92 0.67 0.45
Hex C2 AD 26 0 B 50 18 34 43 2D
Octal 302 255 46 0 13 120 30 64 103 55
Binary 11000010 10101101 100110 0 1011 1010000 11000 110100 1000011 101101

Color Harmonies of #C2AD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD26

Black with #C2AD26

Text Example


Text Example

White with #C2AD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD26; }

 p { color: rgb(194,173,38); }

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

background-color css

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

 a { background-color: rgb(194,173,38); }

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

border-color css

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

 span { border-color: rgb(194,173,38); }

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