Html Css Color HEX #B4A631 Earls Green

📋 copy color: '#B4A631'

red 180 ◦ green 166 ◦ blue 49

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

Shades of Earls Green #B4A631

Tints of Earls Green #B4A631

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.03%

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

R = 45.57%
G = 42.03%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B4A631 (or 0xB4A631) is known color: Earls Green. HEX triplet: B4, A6 and 31. RGB value is (180,166,49). Sum of RGB (Red+Green+Blue) = 180+166+49=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A631 is #4B59CE. Grayscale: #9D9D9D. Windows color (decimal): -4938191 or 3253940. OLE color: 3253940.

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

Color convert

RGB 180 166 49 -
CMYK 0 0.08 0.73 0.29
HSL 53.59º 0.57% 0.45% -
HSV(B) 53.59º 0.73% 0.71% -
XYZ 33.01 37.2 8.35 -
YUV 156.85 67.14 144.51 -
System Red Green Blue C M Y K H S L
Decimal 180 166 49 0 0.08 0.73 0.29 53.59 0.57 0.45
Hex B4 A6 31 0 8 49 1D 36 39 2D
Octal 264 246 61 0 10 111 35 66 71 55
Binary 10110100 10100110 110001 0 1000 1001001 11101 110110 111001 101101

Color Harmonies of #B4A631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A631

Black with #B4A631

Text Example


Text Example

White with #B4A631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A631; }

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

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

background-color css

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

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

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

border-color css

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

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

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