Html Css Color HEX #C4A92A Earls Green

📋 copy color: '#C4A92A'

red 196 ◦ green 169 ◦ blue 42

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

Shades of Earls Green #C4A92A

Tints of Earls Green #C4A92A

RGB

 RED value IS 196 (76.95% from 255) = 48.16%

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

 BLUE value IS 42 (16.8% from 255) = 10.32%

R = 48.16%
G = 41.52%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4A92A (or 0xC4A92A) is known color: Earls Green. HEX triplet: C4, A9 and 2A. RGB value is (196,169,42). Sum of RGB (Red+Green+Blue) = 196+169+42=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A92A is #3B56D5. Grayscale: #A3A3A3. Windows color (decimal): -3888854 or 2795972. OLE color: 2795972.

HSL color Cylindrical-coordinate representation of color #C4A92A: hue angle of 49.48º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4A92A is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 169 42 -
CMYK 0 0.14 0.79 0.23
HSL 49.48º 0.65% 0.47% -
HSV(B) 49.48º 0.79% 0.77% -
XYZ 37.37 40.28 8 -
YUV 162.6 59.95 151.83 -
System Red Green Blue C M Y K H S L
Decimal 196 169 42 0 0.14 0.79 0.23 49.48 0.65 0.47
Hex C4 A9 2A 0 E 4F 17 31 41 2F
Octal 304 251 52 0 16 117 27 61 101 57
Binary 11000100 10101001 101010 0 1110 1001111 10111 110001 1000001 101111

Color Harmonies of #C4A92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A92A

Black with #C4A92A

Text Example


Text Example

White with #C4A92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A92A; }

 p { color: rgb(196,169,42); }

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

background-color css

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

 a { background-color: rgb(196,169,42); }

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

border-color css

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

 span { border-color: rgb(196,169,42); }

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