Html Css Color HEX #B3A822 Earls Green

📋 copy color: '#B3A822'

red 179 ◦ green 168 ◦ blue 34

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

Shades of Earls Green #B3A822

Tints of Earls Green #B3A822

RGB

 RED value IS 179 (70.31% from 255) = 46.98%

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

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

R = 46.98%
G = 44.09%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B3A822 (or 0xB3A822) is known color: Earls Green. HEX triplet: B3, A8 and 22. RGB value is (179,168,34). Sum of RGB (Red+Green+Blue) = 179+168+34=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A822 is #4C57DD. Grayscale: #9C9C9C. Windows color (decimal): -5003230 or 2271411. OLE color: 2271411.

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

Color convert

RGB 179 168 34 -
CMYK 0 0.06 0.81 0.30
HSL 55.45º 0.68% 0.42% -
HSV(B) 55.45º 0.81% 0.7% -
XYZ 32.88 37.7 7.06 -
YUV 156.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 179 168 34 0 0.06 0.81 0.30 55.45 0.68 0.42
Hex B3 A8 22 0 6 51 1E 37 44 2A
Octal 263 250 42 0 6 121 36 67 104 52
Binary 10110011 10101000 100010 0 110 1010001 11110 110111 1000100 101010

Color Harmonies of #B3A822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A822

Black with #B3A822

Text Example


Text Example

White with #B3A822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A822; }

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

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

background-color css

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

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

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

border-color css

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

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

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