Html Css Color HEX #B3A122 Earls Green

📋 copy color: '#B3A122'

red 179 ◦ green 161 ◦ blue 34

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

Shades of Earls Green #B3A122

Tints of Earls Green #B3A122

RGB

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

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

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

R = 47.86%
G = 43.05%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B3A122 (or 0xB3A122) is known color: Earls Green. HEX triplet: B3, A1 and 22. RGB value is (179,161,34). Sum of RGB (Red+Green+Blue) = 179+161+34=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A122 is #4C5EDD. Grayscale: #989898. Windows color (decimal): -5005022 or 2269619. OLE color: 2269619.

HSL color Cylindrical-coordinate representation of color #B3A122: hue angle of 52.55º 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 #B3A122 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 161 34 -
CMYK 0 0.10 0.81 0.30
HSL 52.55º 0.68% 0.42% -
HSV(B) 52.55º 0.81% 0.7% -
XYZ 31.62 35.19 6.64 -
YUV 151.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 179 161 34 0 0.10 0.81 0.30 52.55 0.68 0.42
Hex B3 A1 22 0 A 51 1E 35 44 2A
Octal 263 241 42 0 12 121 36 65 104 52
Binary 10110011 10100001 100010 0 1010 1010001 11110 110101 1000100 101010

Color Harmonies of #B3A122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A122

Black with #B3A122

Text Example


Text Example

White with #B3A122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A122; }

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

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

background-color css

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

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

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

border-color css

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

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

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