Html Css Color HEX #B4A32B Earls Green

📋 copy color: '#B4A32B'

red 180 ◦ green 163 ◦ blue 43

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

Shades of Earls Green #B4A32B

Tints of Earls Green #B4A32B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.23%

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

R = 46.63%
G = 42.23%
B = 11.14%

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

#B4A32B (or 0xB4A32B) is known color: Earls Green. HEX triplet: B4, A3 and 2B. RGB value is (180,163,43). Sum of RGB (Red+Green+Blue) = 180+163+43=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A32B is #4B5CD4. Grayscale: #9A9A9A. Windows color (decimal): -4938965 or 2859956. OLE color: 2859956.

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

Color convert

RGB 180 163 43 -
CMYK 0 0.09 0.76 0.29
HSL 52.55º 0.61% 0.44% -
HSV(B) 52.55º 0.76% 0.71% -
XYZ 32.36 36.07 7.54 -
YUV 154.4 65.13 146.26 -
System Red Green Blue C M Y K H S L
Decimal 180 163 43 0 0.09 0.76 0.29 52.55 0.61 0.44
Hex B4 A3 2B 0 9 4C 1D 35 3D 2C
Octal 264 243 53 0 11 114 35 65 75 54
Binary 10110100 10100011 101011 0 1001 1001100 11101 110101 111101 101100

Color Harmonies of #B4A32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A32B

Black with #B4A32B

Text Example


Text Example

White with #B4A32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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