Html Css Color HEX #B1A22D Earls Green

📋 copy color: '#B1A22D'

red 177 ◦ green 162 ◦ blue 45

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

Shades of Earls Green #B1A22D

Tints of Earls Green #B1A22D

RGB

 RED value IS 177 (69.53% from 255) = 46.09%

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

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 46.09%
G = 42.19%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1A22D (or 0xB1A22D) is known color: Earls Green. HEX triplet: B1, A2 and 2D. RGB value is (177,162,45). Sum of RGB (Red+Green+Blue) = 177+162+45=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A22D is #4E5DD2. Grayscale: #999999. Windows color (decimal): -5135827 or 2990769. OLE color: 2990769.

HSL color Cylindrical-coordinate representation of color #B1A22D: hue angle of 53.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1A22D is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 162 45 -
CMYK 0 0.08 0.75 0.31
HSL 53.18º 0.59% 0.44% -
HSV(B) 53.18º 0.75% 0.69% -
XYZ 31.53 35.38 7.65 -
YUV 153.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 177 162 45 0 0.08 0.75 0.31 53.18 0.59 0.44
Hex B1 A2 2D 0 8 4B 1F 35 3B 2C
Octal 261 242 55 0 10 113 37 65 73 54
Binary 10110001 10100010 101101 0 1000 1001011 11111 110101 111011 101100

Color Harmonies of #B1A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A22D

Black with #B1A22D

Text Example


Text Example

White with #B1A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A22D; }

 p { color: rgb(177,162,45); }

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

background-color css

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

 a { background-color: rgb(177,162,45); }

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

border-color css

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

 span { border-color: rgb(177,162,45); }

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