Html Css Color HEX #C4A624 Earls Green

📋 copy color: '#C4A624'

red 196 ◦ green 166 ◦ blue 36

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

Shades of Earls Green #C4A624

Tints of Earls Green #C4A624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

 BLUE value IS 36 (14.45% from 255) = 9.05%

R = 49.25%
G = 41.71%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C4A624 (or 0xC4A624) is known color: Earls Green. HEX triplet: C4, A6 and 24. RGB value is (196,166,36). Sum of RGB (Red+Green+Blue) = 196+166+36=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A624 is #3B59DB. Grayscale: #A0A0A0. Windows color (decimal): -3889628 or 2401988. OLE color: 2401988.

HSL color Cylindrical-coordinate representation of color #C4A624: hue angle of 48.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4A624 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 166 36 -
CMYK 0 0.15 0.82 0.23
HSL 48.75º 0.69% 0.45% -
HSV(B) 48.75º 0.82% 0.77% -
XYZ 36.72 39.14 7.29 -
YUV 160.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 196 166 36 0 0.15 0.82 0.23 48.75 0.69 0.45
Hex C4 A6 24 0 F 52 17 31 45 2D
Octal 304 246 44 0 17 122 27 61 105 55
Binary 11000100 10100110 100100 0 1111 1010010 10111 110001 1000101 101101

Color Harmonies of #C4A624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A624

Black with #C4A624

Text Example


Text Example

White with #C4A624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A624; }

 p { color: rgb(196,166,36); }

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

background-color css

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

 a { background-color: rgb(196,166,36); }

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

border-color css

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

 span { border-color: rgb(196,166,36); }

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