Html Css Color HEX #B1A522 Earls Green

📋 copy color: '#B1A522'

red 177 ◦ green 165 ◦ blue 34

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

Shades of Earls Green #B1A522

Tints of Earls Green #B1A522

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.88%

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

R = 47.07%
G = 43.88%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B1A522 (or 0xB1A522) is known color: Earls Green. HEX triplet: B1, A5 and 22. RGB value is (177,165,34). Sum of RGB (Red+Green+Blue) = 177+165+34=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A522 is #4E5ADD. Grayscale: #9A9A9A. Windows color (decimal): -5135070 or 2270641. OLE color: 2270641.

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

Color convert

RGB 177 165 34 -
CMYK 0 0.07 0.81 0.31
HSL 54.97º 0.68% 0.41% -
HSV(B) 54.97º 0.81% 0.69% -
XYZ 31.88 36.37 6.85 -
YUV 153.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 177 165 34 0 0.07 0.81 0.31 54.97 0.68 0.41
Hex B1 A5 22 0 7 51 1F 37 44 29
Octal 261 245 42 0 7 121 37 67 104 51
Binary 10110001 10100101 100010 0 111 1010001 11111 110111 1000100 101001

Color Harmonies of #B1A522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A522

Black with #B1A522

Text Example


Text Example

White with #B1A522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A522; }

 p { color: rgb(177,165,34); }

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

background-color css

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

 a { background-color: rgb(177,165,34); }

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

border-color css

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

 span { border-color: rgb(177,165,34); }

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