Html Css Color HEX #B4A31B Earls Green

📋 copy color: '#B4A31B'

red 180 ◦ green 163 ◦ blue 27

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

Shades of Earls Green #B4A31B

Tints of Earls Green #B4A31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.3%

R = 48.65%
G = 44.05%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4A31B (or 0xB4A31B) is known color: Earls Green. HEX triplet: B4, A3 and 1B. RGB value is (180,163,27). Sum of RGB (Red+Green+Blue) = 180+163+27=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A31B is #4B5CE4. Grayscale: #999999. Windows color (decimal): -4938981 or 1811380. OLE color: 1811380.

HSL color Cylindrical-coordinate representation of color #B4A31B: hue angle of 53.33º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4A31B is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 163 27 -
CMYK 0 0.09 0.85 0.29
HSL 53.33º 0.74% 0.41% -
HSV(B) 53.33º 0.85% 0.71% -
XYZ 32.12 35.98 6.29 -
YUV 152.58 57.13 147.56 -
System Red Green Blue C M Y K H S L
Decimal 180 163 27 0 0.09 0.85 0.29 53.33 0.74 0.41
Hex B4 A3 1B 0 9 55 1D 35 4A 29
Octal 264 243 33 0 11 125 35 65 112 51
Binary 10110100 10100011 11011 0 1001 1010101 11101 110101 1001010 101001

Color Harmonies of #B4A31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A31B

Black with #B4A31B

Text Example


Text Example

White with #B4A31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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