#B1BC27

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

Shades of Bahia #B1BC27

Tints of Bahia #B1BC27

Color information

#B1BC27 (or 0xB1BC27) is unknown color: approx Bahia. HEX triplet: B1, BC and 27. RGB value is (177,188,39). Sum of RGB (Red+Green+Blue) = 177+188+39=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BC27 is #4E43D8. Grayscale: #A8A8A8. Windows color (decimal): -5129177 or 2604209. OLE color: 2604209.

HSL color Cylindrical-coordinate representation of color #B1BC27: hue angle of 64.43º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1BC27 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB17718839-
CMYK0.0600.790.26
HSL64.43º65.64%44.51%-
HSV(B)64.43º79.26%73.73%-
XYZ36.4845.468.77-
YUV167.7255.36134.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 188 (73.83% from 255) = 46.53%
BLUE value IS 39 (15.62% from 255) = 9.65%
R=43.81%
G=46.53%
B=9.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177188390.0600.790.2664.4365.6444.51
HexB1BC27604F1A40422d
Octal26127447601173210010255
Binary1011000110111100100111110010011111101010000001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC27; }

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

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

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

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

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

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

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

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