Html Css Color HEX #C4A92F Earls Green

📋 copy color: '#C4A92F'

red 196 ◦ green 169 ◦ blue 47

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

Shades of Earls Green #C4A92F

Tints of Earls Green #C4A92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.41%

R = 47.57%
G = 41.02%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4A92F (or 0xC4A92F) is known color: Earls Green. HEX triplet: C4, A9 and 2F. RGB value is (196,169,47). Sum of RGB (Red+Green+Blue) = 196+169+47=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A92F is #3B56D0. Grayscale: #A3A3A3. Windows color (decimal): -3888849 or 3123652. OLE color: 3123652.

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

Color convert

RGB 196 169 47 -
CMYK 0 0.14 0.76 0.23
HSL 49.13º 0.61% 0.48% -
HSV(B) 49.13º 0.76% 0.77% -
XYZ 37.47 40.32 8.5 -
YUV 163.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 196 169 47 0 0.14 0.76 0.23 49.13 0.61 0.48
Hex C4 A9 2F 0 E 4C 17 31 3D 30
Octal 304 251 57 0 16 114 27 61 75 60
Binary 11000100 10101001 101111 0 1110 1001100 10111 110001 111101 110000

Color Harmonies of #C4A92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A92F

Black with #C4A92F

Text Example


Text Example

White with #C4A92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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