#B1BD29

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

Shades of Bahia #B1BD29

Tints of Bahia #B1BD29

Color information

#B1BD29 (or 0xB1BD29) is unknown color: approx Bahia. HEX triplet: B1, BD and 29. RGB value is (177,189,41). Sum of RGB (Red+Green+Blue) = 177+189+41=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD29 is #4E42D6. Grayscale: #A9A9A9. Windows color (decimal): -5128919 or 2735537. OLE color: 2735537.

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

Color convert

RGB17718941-
CMYK0.0600.780.26
HSL64.86º64.35%45.1%-
HSV(B)64.86º78.31%74.12%-
XYZ36.7345.99.02-
YUV168.5456.02134.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 189 (74.22% from 255) = 46.44%
BLUE value IS 41 (16.41% from 255) = 10.07%
R=43.49%
G=46.44%
B=10.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177189410.0600.780.2664.8664.3545.1
HexB1BD29604E1A41402d
Octal26127551601163210110055
Binary1011000110111101101001110010011101101010000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD29; }

 p { color: rgb(177,189,41); }

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

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

 a { background-color: rgb(177,189,41); }

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

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

 span { border-color: rgb(177,189,41); }

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