Html Css Color HEX #B3A42D Earls Green

📋 copy color: '#B3A42D'

red 179 ◦ green 164 ◦ blue 45

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

Shades of Earls Green #B3A42D

Tints of Earls Green #B3A42D

RGB

 RED value IS 179 (70.31% from 255) = 46.13%

 GREEN value IS 164 (64.45% from 255) = 42.27%

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 46.13%
G = 42.27%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3A42D (or 0xB3A42D) is known color: Earls Green. HEX triplet: B3, A4 and 2D. RGB value is (179,164,45). Sum of RGB (Red+Green+Blue) = 179+164+45=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A42D is #4C5BD2. Grayscale: #9B9B9B. Windows color (decimal): -5004243 or 2991283. OLE color: 2991283.

HSL color Cylindrical-coordinate representation of color #B3A42D: hue angle of 53.28º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3A42D is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 164 45 -
CMYK 0 0.08 0.75 0.30
HSL 53.28º 0.6% 0.44% -
HSV(B) 53.28º 0.75% 0.7% -
XYZ 32.34 36.32 7.79 -
YUV 154.92 65.97 145.18 -
System Red Green Blue C M Y K H S L
Decimal 179 164 45 0 0.08 0.75 0.30 53.28 0.6 0.44
Hex B3 A4 2D 0 8 4B 1E 35 3C 2C
Octal 263 244 55 0 10 113 36 65 74 54
Binary 10110011 10100100 101101 0 1000 1001011 11110 110101 111100 101100

Color Harmonies of #B3A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A42D

Black with #B3A42D

Text Example


Text Example

White with #B3A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A42D; }

 p { color: rgb(179,164,45); }

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

background-color css

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

 a { background-color: rgb(179,164,45); }

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

border-color css

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

 span { border-color: rgb(179,164,45); }

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