Html Css Color HEX #B3A42B Earls Green

📋 copy color: '#B3A42B'

red 179 ◦ green 164 ◦ blue 43

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

Shades of Earls Green #B3A42B

Tints of Earls Green #B3A42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.14%

R = 46.37%
G = 42.49%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3A42B (or 0xB3A42B) is known color: Earls Green. HEX triplet: B3, A4 and 2B. RGB value is (179,164,43). Sum of RGB (Red+Green+Blue) = 179+164+43=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A42B is #4C5BD4. Grayscale: #9B9B9B. Windows color (decimal): -5004245 or 2860211. OLE color: 2860211.

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

Color convert

RGB 179 164 43 -
CMYK 0 0.08 0.76 0.30
HSL 53.38º 0.61% 0.44% -
HSV(B) 53.38º 0.76% 0.7% -
XYZ 32.3 36.31 7.59 -
YUV 154.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 179 164 43 0 0.08 0.76 0.30 53.38 0.61 0.44
Hex B3 A4 2B 0 8 4C 1E 35 3D 2C
Octal 263 244 53 0 10 114 36 65 75 54
Binary 10110011 10100100 101011 0 1000 1001100 11110 110101 111101 101100

Color Harmonies of #B3A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A42B

Black with #B3A42B

Text Example


Text Example

White with #B3A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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