Html Css Color HEX #B4A22B Earls Green

📋 copy color: '#B4A22B'

red 180 ◦ green 162 ◦ blue 43

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

Shades of Earls Green #B4A22B

Tints of Earls Green #B4A22B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.08%

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

R = 46.75%
G = 42.08%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4A22B (or 0xB4A22B) is known color: Earls Green. HEX triplet: B4, A2 and 2B. RGB value is (180,162,43). Sum of RGB (Red+Green+Blue) = 180+162+43=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A22B is #4B5DD4. Grayscale: #9A9A9A. Windows color (decimal): -4939221 or 2859700. OLE color: 2859700.

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

Color convert

RGB 180 162 43 -
CMYK 0 0.1 0.76 0.29
HSL 52.12º 0.61% 0.44% -
HSV(B) 52.12º 0.76% 0.71% -
XYZ 32.18 35.72 7.48 -
YUV 153.82 65.46 146.68 -
System Red Green Blue C M Y K H S L
Decimal 180 162 43 0 0.1 0.76 0.29 52.12 0.61 0.44
Hex B4 A2 2B 0 A 4C 1D 34 3D 2C
Octal 264 242 53 0 12 114 35 64 75 54
Binary 10110100 10100010 101011 0 1010 1001100 11101 110100 111101 101100

Color Harmonies of #B4A22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A22B

Black with #B4A22B

Text Example


Text Example

White with #B4A22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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