#B1B61B

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

Shades of Bahia #B1B61B

Tints of Bahia #B1B61B

Color information

#B1B61B (or 0xB1B61B) is unknown color: approx Bahia. HEX triplet: B1, B6 and 1B. RGB value is (177,182,27). Sum of RGB (Red+Green+Blue) = 177+182+27=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B61B is #4E49E4. Grayscale: #A3A3A3. Windows color (decimal): -5130725 or 1816241. OLE color: 1816241.

HSL color Cylindrical-coordinate representation of color #B1B61B: hue angle of 61.94º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1B61B is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB17718227-
CMYK0.0300.850.29
HSL61.94º74.16%40.98%-
HSV(B)61.94º85.16%71.37%-
XYZ35.0642.887.47-
YUV162.8351.34138.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 182 (71.48% from 255) = 47.15%
BLUE value IS 27 (10.94% from 255) = 6.99%
R=45.85%
G=47.15%
B=6.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177182270.0300.850.2961.9474.1640.98
HexB1B61B30551D3e4a29
Octal2612663330125357611251
Binary1011000110110110110111101010101111011111101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B61B; }

 p { color: rgb(177,182,27); }

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

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

 a { background-color: rgb(177,182,27); }

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

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

 span { border-color: rgb(177,182,27); }

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