#B1B92B

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

Shades of Bahia #B1B92B

Tints of Bahia #B1B92B

Color information

#B1B92B (or 0xB1B92B) is unknown color: approx Bahia. HEX triplet: B1, B9 and 2B. RGB value is (177,185,43). Sum of RGB (Red+Green+Blue) = 177+185+43=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B92B is #4E46D4. Grayscale: #A6A6A6. Windows color (decimal): -5129941 or 2865585. OLE color: 2865585.

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

Color convert

RGB17718543-
CMYK0.0400.770.27
HSL63.38º62.28%44.71%-
HSV(B)63.38º76.76%72.55%-
XYZ35.9244.228.93-
YUV166.4258.35135.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 185 (72.66% from 255) = 45.68%
BLUE value IS 43 (17.19% from 255) = 10.62%
R=43.70%
G=45.68%
B=10.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177185430.0400.770.2763.3862.2844.71
HexB1B92B404D1B3f3e2d
Octal261271534011533777655
Binary10110001101110011010111000100110111011111111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B92B; }

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

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

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

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

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

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

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

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