Html Css Color HEX #B4A72B Earls Green

📋 copy color: '#B4A72B'

red 180 ◦ green 167 ◦ blue 43

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

Shades of Earls Green #B4A72B

Tints of Earls Green #B4A72B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.82%

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

R = 46.15%
G = 42.82%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4A72B (or 0xB4A72B) is known color: Earls Green. HEX triplet: B4, A7 and 2B. RGB value is (180,167,43). Sum of RGB (Red+Green+Blue) = 180+167+43=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A72B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A72B is #4B58D4. Grayscale: #9D9D9D. Windows color (decimal): -4937941 or 2860980. OLE color: 2860980.

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

Color convert

RGB 180 167 43 -
CMYK 0 0.07 0.76 0.29
HSL 54.31º 0.61% 0.44% -
HSV(B) 54.31º 0.76% 0.71% -
XYZ 33.08 37.52 7.78 -
YUV 156.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 180 167 43 0 0.07 0.76 0.29 54.31 0.61 0.44
Hex B4 A7 2B 0 7 4C 1D 36 3D 2C
Octal 264 247 53 0 7 114 35 66 75 54
Binary 10110100 10100111 101011 0 111 1001100 11101 110110 111101 101100

Color Harmonies of #B4A72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A72B

Black with #B4A72B

Text Example


Text Example

White with #B4A72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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