Html Css Color HEX #B4A12B Earls Green

📋 copy color: '#B4A12B'

red 180 ◦ green 161 ◦ blue 43

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

Shades of Earls Green #B4A12B

Tints of Earls Green #B4A12B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.93%

 BLUE value IS 43 (17.19% from 255) = 11.2%

R = 46.88%
G = 41.93%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4A12B (or 0xB4A12B) is known color: Earls Green. HEX triplet: B4, A1 and 2B. RGB value is (180,161,43). Sum of RGB (Red+Green+Blue) = 180+161+43=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A12B is #4B5ED4. Grayscale: #999999. Windows color (decimal): -4939477 or 2859444. OLE color: 2859444.

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

Color convert

RGB 180 161 43 -
CMYK 0 0.11 0.76 0.29
HSL 51.68º 0.61% 0.44% -
HSV(B) 51.68º 0.76% 0.71% -
XYZ 32 35.37 7.43 -
YUV 153.23 65.79 147.09 -
System Red Green Blue C M Y K H S L
Decimal 180 161 43 0 0.11 0.76 0.29 51.68 0.61 0.44
Hex B4 A1 2B 0 B 4C 1D 34 3D 2C
Octal 264 241 53 0 13 114 35 64 75 54
Binary 10110100 10100001 101011 0 1011 1001100 11101 110100 111101 101100

Color Harmonies of #B4A12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A12B

Black with #B4A12B

Text Example


Text Example

White with #B4A12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A12B; }

 p { color: rgb(180,161,43); }

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

background-color css

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

 a { background-color: rgb(180,161,43); }

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

border-color css

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

 span { border-color: rgb(180,161,43); }

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