Html Css Color HEX #B4A822 Earls Green

📋 copy color: '#B4A822'

red 180 ◦ green 168 ◦ blue 34

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

Shades of Earls Green #B4A822

Tints of Earls Green #B4A822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.9%

R = 47.12%
G = 43.98%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B4A822 (or 0xB4A822) is known color: Earls Green. HEX triplet: B4, A8 and 22. RGB value is (180,168,34). Sum of RGB (Red+Green+Blue) = 180+168+34=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A822 is #4B57DD. Grayscale: #9C9C9C. Windows color (decimal): -4937694 or 2271412. OLE color: 2271412.

HSL color Cylindrical-coordinate representation of color #B4A822: hue angle of 55.07º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4A822 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 168 34 -
CMYK 0 0.07 0.81 0.29
HSL 55.07º 0.68% 0.42% -
HSV(B) 55.07º 0.81% 0.71% -
XYZ 33.11 37.82 7.07 -
YUV 156.31 58.98 144.9 -
System Red Green Blue C M Y K H S L
Decimal 180 168 34 0 0.07 0.81 0.29 55.07 0.68 0.42
Hex B4 A8 22 0 7 51 1D 37 44 2A
Octal 264 250 42 0 7 121 35 67 104 52
Binary 10110100 10101000 100010 0 111 1010001 11101 110111 1000100 101010

Color Harmonies of #B4A822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A822

Black with #B4A822

Text Example


Text Example

White with #B4A822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A822; }

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

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

background-color css

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

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

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

border-color css

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

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

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