Html Css Color HEX #B4A831 Earls Green

📋 copy color: '#B4A831'

red 180 ◦ green 168 ◦ blue 49

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

Shades of Earls Green #B4A831

Tints of Earls Green #B4A831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

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

R = 45.34%
G = 42.32%
B = 12.34%

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

#B4A831 (or 0xB4A831) is known color: Earls Green. HEX triplet: B4, A8 and 31. RGB value is (180,168,49). Sum of RGB (Red+Green+Blue) = 180+168+49=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A831 is #4B57CE. Grayscale: #9E9E9E. Windows color (decimal): -4937679 or 3254452. OLE color: 3254452.

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

Color convert

RGB 180 168 49 -
CMYK 0 0.07 0.73 0.29
HSL 54.5º 0.57% 0.45% -
HSV(B) 54.5º 0.73% 0.71% -
XYZ 33.38 37.93 8.47 -
YUV 158.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 180 168 49 0 0.07 0.73 0.29 54.5 0.57 0.45
Hex B4 A8 31 0 7 49 1D 37 39 2D
Octal 264 250 61 0 7 111 35 67 71 55
Binary 10110100 10101000 110001 0 111 1001001 11101 110111 111001 101101

Color Harmonies of #B4A831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A831

Black with #B4A831

Text Example


Text Example

White with #B4A831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A831; }

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

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

background-color css

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

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

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

border-color css

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

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

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