Html Css Color HEX #B3A22E Earls Green

📋 copy color: '#B3A22E'

red 179 ◦ green 162 ◦ blue 46

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

Shades of Earls Green #B3A22E

Tints of Earls Green #B3A22E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.89%

R = 46.25%
G = 41.86%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3A22E (or 0xB3A22E) is known color: Earls Green. HEX triplet: B3, A2 and 2E. RGB value is (179,162,46). Sum of RGB (Red+Green+Blue) = 179+162+46=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A22E is #4C5DD1. Grayscale: #9A9A9A. Windows color (decimal): -5004754 or 3056307. OLE color: 3056307.

HSL color Cylindrical-coordinate representation of color #B3A22E: hue angle of 52.33º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3A22E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 162 46 -
CMYK 0 0.09 0.74 0.30
HSL 52.33º 0.59% 0.44% -
HSV(B) 52.33º 0.74% 0.7% -
XYZ 32 35.62 7.77 -
YUV 153.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 179 162 46 0 0.09 0.74 0.30 52.33 0.59 0.44
Hex B3 A2 2E 0 9 4A 1E 34 3B 2C
Octal 263 242 56 0 11 112 36 64 73 54
Binary 10110011 10100010 101110 0 1001 1001010 11110 110100 111011 101100

Color Harmonies of #B3A22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A22E

Black with #B3A22E

Text Example


Text Example

White with #B3A22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A22E; }

 p { color: rgb(179,162,46); }

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

background-color css

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

 a { background-color: rgb(179,162,46); }

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

border-color css

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

 span { border-color: rgb(179,162,46); }

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