#B1BA27

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

Shades of Bahia #B1BA27

Tints of Bahia #B1BA27

Color information

#B1BA27 (or 0xB1BA27) is unknown color: approx Bahia. HEX triplet: B1, BA and 27. RGB value is (177,186,39). Sum of RGB (Red+Green+Blue) = 177+186+39=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA27 is #4E45D8. Grayscale: #A7A7A7. Windows color (decimal): -5129689 or 2603697. OLE color: 2603697.

HSL color Cylindrical-coordinate representation of color #B1BA27: hue angle of 63.67º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1BA27 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB17718639-
CMYK0.0500.790.27
HSL63.67º65.33%44.12%-
HSV(B)63.67º79.03%72.94%-
XYZ36.0644.618.63-
YUV166.5556.02135.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 186 (73.05% from 255) = 46.27%
BLUE value IS 39 (15.62% from 255) = 9.70%
R=44.03%
G=46.27%
B=9.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177186390.0500.790.2763.6765.3344.12
HexB1BA27504F1B40412c
Octal26127247501173310010154
Binary1011000110111010100111101010011111101110000001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA27; }

 p { color: rgb(177,186,39); }

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

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

 a { background-color: rgb(177,186,39); }

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

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

 span { border-color: rgb(177,186,39); }

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