Html Css Color HEX #C4B42A Earls Green

📋 copy color: '#C4B42A'

red 196 ◦ green 180 ◦ blue 42

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

Shades of Earls Green #C4B42A

Tints of Earls Green #C4B42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.06%

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

R = 46.89%
G = 43.06%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4B42A (or 0xC4B42A) is known color: Earls Green. HEX triplet: C4, B4 and 2A. RGB value is (196,180,42). Sum of RGB (Red+Green+Blue) = 196+180+42=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B42A is #3B4BD5. Grayscale: #A9A9A9. Windows color (decimal): -3886038 or 2798788. OLE color: 2798788.

HSL color Cylindrical-coordinate representation of color #C4B42A: hue angle of 53.77º 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 #C4B42A is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 42 -
CMYK 0 0.08 0.79 0.23
HSL 53.77º 0.65% 0.47% -
HSV(B) 53.77º 0.79% 0.77% -
XYZ 39.5 44.55 8.71 -
YUV 169.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 196 180 42 0 0.08 0.79 0.23 53.77 0.65 0.47
Hex C4 B4 2A 0 8 4F 17 36 41 2F
Octal 304 264 52 0 10 117 27 66 101 57
Binary 11000100 10110100 101010 0 1000 1001111 10111 110110 1000001 101111

Color Harmonies of #C4B42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B42A

Black with #C4B42A

Text Example


Text Example

White with #C4B42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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