Html Css Color HEX #B4A731 Earls Green

📋 copy color: '#B4A731'

red 180 ◦ green 167 ◦ blue 49

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

Shades of Earls Green #B4A731

Tints of Earls Green #B4A731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.37%

R = 45.45%
G = 42.17%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B4A731 (or 0xB4A731) is known color: Earls Green. HEX triplet: B4, A7 and 31. RGB value is (180,167,49). Sum of RGB (Red+Green+Blue) = 180+167+49=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A731 is #4B58CE. Grayscale: #9D9D9D. Windows color (decimal): -4937935 or 3254196. OLE color: 3254196.

HSL color Cylindrical-coordinate representation of color #B4A731: hue angle of 54.05º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4A731 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 167 49 -
CMYK 0 0.07 0.73 0.29
HSL 54.05º 0.57% 0.45% -
HSV(B) 54.05º 0.73% 0.71% -
XYZ 33.2 37.56 8.41 -
YUV 157.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 180 167 49 0 0.07 0.73 0.29 54.05 0.57 0.45
Hex B4 A7 31 0 7 49 1D 36 39 2D
Octal 264 247 61 0 7 111 35 66 71 55
Binary 10110100 10100111 110001 0 111 1001001 11101 110110 111001 101101

Color Harmonies of #B4A731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A731

Black with #B4A731

Text Example


Text Example

White with #B4A731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A731; }

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

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

background-color css

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

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

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

border-color css

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

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

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