#B1B91E

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

Shades of Bahia #B1B91E

Tints of Bahia #B1B91E

Color information

#B1B91E (or 0xB1B91E) is unknown color: approx Bahia. HEX triplet: B1, B9 and 1E. RGB value is (177,185,30). Sum of RGB (Red+Green+Blue) = 177+185+30=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B91E is #4E46E1. Grayscale: #A5A5A5. Windows color (decimal): -5129954 or 2013617. OLE color: 2013617.

HSL color Cylindrical-coordinate representation of color #B1B91E: hue angle of 63.1º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1B91E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB17718530-
CMYK0.0400.840.27
HSL63.1º72.09%42.16%-
HSV(B)63.1º83.78%72.55%-
XYZ35.7144.147.87-
YUV164.9451.85136.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 185 (72.66% from 255) = 47.19%
BLUE value IS 30 (12.11% from 255) = 7.65%
R=45.15%
G=47.19%
B=7.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177185300.0400.840.2763.172.0942.16
HexB1B91E40541B3f482a
Octal2612713640124337711052
Binary10110001101110011111010001010100110111111111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B91E; }

 p { color: rgb(177,185,30); }

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

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

 a { background-color: rgb(177,185,30); }

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

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

 span { border-color: rgb(177,185,30); }

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