Html Css Color HEX #B4A32C Earls Green

📋 copy color: '#B4A32C'

red 180 ◦ green 163 ◦ blue 44

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

Shades of Earls Green #B4A32C

Tints of Earls Green #B4A32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.37%

R = 46.51%
G = 42.12%
B = 11.37%

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

#B4A32C (or 0xB4A32C) is known color: Earls Green. HEX triplet: B4, A3 and 2C. RGB value is (180,163,44). Sum of RGB (Red+Green+Blue) = 180+163+44=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A32C is #4B5CD3. Grayscale: #9B9B9B. Windows color (decimal): -4938964 or 2925492. OLE color: 2925492.

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

Color convert

RGB 180 163 44 -
CMYK 0 0.09 0.76 0.29
HSL 52.5º 0.61% 0.44% -
HSV(B) 52.5º 0.76% 0.71% -
XYZ 32.37 36.08 7.64 -
YUV 154.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 180 163 44 0 0.09 0.76 0.29 52.5 0.61 0.44
Hex B4 A3 2C 0 9 4C 1D 34 3D 2C
Octal 264 243 54 0 11 114 35 64 75 54
Binary 10110100 10100011 101100 0 1001 1001100 11101 110100 111101 101100

Color Harmonies of #B4A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A32C

Black with #B4A32C

Text Example


Text Example

White with #B4A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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