#B1BD28

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

Shades of Bahia #B1BD28

Tints of Bahia #B1BD28

Color information

#B1BD28 (or 0xB1BD28) is unknown color: approx Bahia. HEX triplet: B1, BD and 28. RGB value is (177,189,40). Sum of RGB (Red+Green+Blue) = 177+189+40=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD28 is #4E42D7. Grayscale: #A9A9A9. Windows color (decimal): -5128920 or 2670001. OLE color: 2670001.

HSL color Cylindrical-coordinate representation of color #B1BD28: hue angle of 64.83º degrees, saturation: 0.65, 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 #B1BD28 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB17718940-
CMYK0.0600.790.26
HSL64.83º65.07%44.9%-
HSV(B)64.83º78.84%74.12%-
XYZ36.7145.98.93-
YUV168.4355.52134.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 189 (74.22% from 255) = 46.55%
BLUE value IS 40 (16.02% from 255) = 9.85%
R=43.60%
G=46.55%
B=9.85%

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
Decimal177189400.0600.790.2664.8365.0744.9
HexB1BD28604F1A41412d
Octal26127550601173210110155
Binary1011000110111101101000110010011111101010000011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD28; }

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

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

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

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

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

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

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

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