#B1A82B

Color #B1A82B Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B1A82B

Tints of Earls Green #B1A82B

Color information

#B1A82B (or 0xB1A82B) is unknown color: approx Earls Green. HEX triplet: B1, A8 and 2B. RGB value is (177,168,43). Sum of RGB (Red+Green+Blue) = 177+168+43=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A82B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A82B is #4E57D4. Grayscale: #9C9C9C. Windows color (decimal): -5134293 or 2861233. OLE color: 2861233.

HSL color Cylindrical-coordinate representation of color #B1A82B: hue angle of 55.97º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1A82B is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB17716843-
CMYK00.050.760.31
HSL55.97º60.91%43.14%-
HSV(B)55.97º75.71%69.41%-
XYZ32.5737.537.81-
YUV156.4463.98142.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 168 (66.02% from 255) = 43.30%
BLUE value IS 43 (17.19% from 255) = 11.08%
R=45.62%
G=43.30%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771684300.050.760.3155.9760.9143.14
HexB1A82B054C1F383d2b
Octal261250530511437707553
Binary10110001101010001010110101100110011111111000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A82B; }

 p { color: rgb(177,168,43); }

 H1.HeaderClassName
 {
   color: #B1A82B;
 }
 .AnyTagClassName
 {
   color: #B1A82B;
 }
</style>
background-color css

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

 a { background-color: rgb(177,168,43); }

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

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

 span { border-color: rgb(177,168,43); }

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