Html Css Color HEX #C2A526 Earls Green

📋 copy color: '#C2A526'

red 194 ◦ green 165 ◦ blue 38

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

Shades of Earls Green #C2A526

Tints of Earls Green #C2A526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

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

R = 48.87%
G = 41.56%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C2A526 (or 0xC2A526) is known color: Earls Green. HEX triplet: C2, A5 and 26. RGB value is (194,165,38). Sum of RGB (Red+Green+Blue) = 194+165+38=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A526 is #3D5AD9. Grayscale: #9F9F9F. Windows color (decimal): -4020954 or 2532802. OLE color: 2532802.

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

Color convert

RGB 194 165 38 -
CMYK 0 0.15 0.80 0.24
HSL 48.85º 0.67% 0.45% -
HSV(B) 48.85º 0.8% 0.76% -
XYZ 36.05 38.52 7.37 -
YUV 159.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 194 165 38 0 0.15 0.80 0.24 48.85 0.67 0.45
Hex C2 A5 26 0 F 50 18 31 43 2D
Octal 302 245 46 0 17 120 30 61 103 55
Binary 11000010 10100101 100110 0 1111 1010000 11000 110001 1000011 101101

Color Harmonies of #C2A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A526

Black with #C2A526

Text Example


Text Example

White with #C2A526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A526; }

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

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

background-color css

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

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

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

border-color css

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

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

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