Html Css Color HEX #C4AB2F Earls Green

📋 copy color: '#C4AB2F'

red 196 ◦ green 171 ◦ blue 47

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

Shades of Earls Green #C4AB2F

Tints of Earls Green #C4AB2F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

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

R = 47.34%
G = 41.3%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4AB2F (or 0xC4AB2F) is known color: Earls Green. HEX triplet: C4, AB and 2F. RGB value is (196,171,47). Sum of RGB (Red+Green+Blue) = 196+171+47=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB2F is #3B54D0. Grayscale: #A4A4A4. Windows color (decimal): -3888337 or 3124164. OLE color: 3124164.

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

Color convert

RGB 196 171 47 -
CMYK 0 0.13 0.76 0.23
HSL 49.93º 0.61% 0.48% -
HSV(B) 49.93º 0.76% 0.77% -
XYZ 37.84 41.07 8.62 -
YUV 164.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 196 171 47 0 0.13 0.76 0.23 49.93 0.61 0.48
Hex C4 AB 2F 0 D 4C 17 32 3D 30
Octal 304 253 57 0 15 114 27 62 75 60
Binary 11000100 10101011 101111 0 1101 1001100 10111 110010 111101 110000

Color Harmonies of #C4AB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB2F

Black with #C4AB2F

Text Example


Text Example

White with #C4AB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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