Html Css Color HEX #C4B119 Earls Green

📋 copy color: '#C4B119'

red 196 ◦ green 177 ◦ blue 25

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

Shades of Earls Green #C4B119

Tints of Earls Green #C4B119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.47%

 BLUE value IS 25 (10.16% from 255) = 6.28%

R = 49.25%
G = 44.47%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4B119 (or 0xC4B119) is known color: Earls Green. HEX triplet: C4, B1 and 19. RGB value is (196,177,25). Sum of RGB (Red+Green+Blue) = 196+177+25=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B119 is #3B4EE6. Grayscale: #A5A5A5. Windows color (decimal): -3886823 or 1683908. OLE color: 1683908.

HSL color Cylindrical-coordinate representation of color #C4B119: hue angle of 53.33º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4B119 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 25 -
CMYK 0 0.10 0.87 0.23
HSL 53.33º 0.77% 0.43% -
HSV(B) 53.33º 0.87% 0.77% -
XYZ 38.66 43.25 7.23 -
YUV 165.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 196 177 25 0 0.10 0.87 0.23 53.33 0.77 0.43
Hex C4 B1 19 0 A 57 17 35 4D 2B
Octal 304 261 31 0 12 127 27 65 115 53
Binary 11000100 10110001 11001 0 1010 1010111 10111 110101 1001101 101011

Color Harmonies of #C4B119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B119

Black with #C4B119

Text Example


Text Example

White with #C4B119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B119; }

 p { color: rgb(196,177,25); }

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

background-color css

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

 a { background-color: rgb(196,177,25); }

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

border-color css

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

 span { border-color: rgb(196,177,25); }

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