Html Css Color HEX #B4A42B Earls Green

📋 copy color: '#B4A42B'

red 180 ◦ green 164 ◦ blue 43

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

Shades of Earls Green #B4A42B

Tints of Earls Green #B4A42B

RGB

 RED value IS 180 (70.7% from 255) = 46.51%

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

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

R = 46.51%
G = 42.38%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4A42B (or 0xB4A42B) is known color: Earls Green. HEX triplet: B4, A4 and 2B. RGB value is (180,164,43). Sum of RGB (Red+Green+Blue) = 180+164+43=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A42B is #4B5BD4. Grayscale: #9B9B9B. Windows color (decimal): -4938709 or 2860212. OLE color: 2860212.

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

Color convert

RGB 180 164 43 -
CMYK 0 0.09 0.76 0.29
HSL 52.99º 0.61% 0.44% -
HSV(B) 52.99º 0.76% 0.71% -
XYZ 32.53 36.43 7.6 -
YUV 154.99 64.8 145.84 -
System Red Green Blue C M Y K H S L
Decimal 180 164 43 0 0.09 0.76 0.29 52.99 0.61 0.44
Hex B4 A4 2B 0 9 4C 1D 35 3D 2C
Octal 264 244 53 0 11 114 35 65 75 54
Binary 10110100 10100100 101011 0 1001 1001100 11101 110101 111101 101100

Color Harmonies of #B4A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A42B

Black with #B4A42B

Text Example


Text Example

White with #B4A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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