#B1B82A

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

Shades of Bahia #B1B82A

Tints of Bahia #B1B82A

Color information

#B1B82A (or 0xB1B82A) is unknown color: approx Bahia. HEX triplet: B1, B8 and 2A. RGB value is (177,184,42). Sum of RGB (Red+Green+Blue) = 177+184+42=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B82A is #4E47D5. Grayscale: #A6A6A6. Windows color (decimal): -5130198 or 2799793. OLE color: 2799793.

HSL color Cylindrical-coordinate representation of color #B1B82A: hue angle of 62.96º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1B82A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB17718442-
CMYK0.0400.770.28
HSL62.96º62.83%44.31%-
HSV(B)62.96º77.17%72.16%-
XYZ35.6943.88.76-
YUV165.7258.18136.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 184 (72.27% from 255) = 45.66%
BLUE value IS 42 (16.80% from 255) = 10.42%
R=43.92%
G=45.66%
B=10.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177184420.0400.770.2862.9662.8344.31
HexB1B82A404D1C3f3f2c
Octal261270524011534777754
Binary10110001101110001010101000100110111100111111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B82A; }

 p { color: rgb(177,184,42); }

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

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

 a { background-color: rgb(177,184,42); }

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

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

 span { border-color: rgb(177,184,42); }

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