#B4BC2F

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

Shades of Bahia #B4BC2F

Tints of Bahia #B4BC2F

Color information

#B4BC2F (or 0xB4BC2F) is unknown color: approx Bahia. HEX triplet: B4, BC and 2F. RGB value is (180,188,47). Sum of RGB (Red+Green+Blue) = 180+188+47=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BC2F is #4B43D0. Grayscale: #AAAAAA. Windows color (decimal): -4932561 or 3128500. OLE color: 3128500.

HSL color Cylindrical-coordinate representation of color #B4BC2F: hue angle of 63.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4BC2F is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB18018847-
CMYK0.0400.750.26
HSL63.4º60%46.08%-
HSV(B)63.4º75%73.73%-
XYZ37.3245.879.58-
YUV169.5358.85135.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 188 (73.83% from 255) = 45.30%
BLUE value IS 47 (18.75% from 255) = 11.33%
R=43.37%
G=45.30%
B=11.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180188470.0400.750.2663.46046.08
HexB4BC2F404B1A3f3c2e
Octal264274574011332777456
Binary10110100101111001011111000100101111010111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC2F; }

 p { color: rgb(180,188,47); }

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

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

 a { background-color: rgb(180,188,47); }

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

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

 span { border-color: rgb(180,188,47); }

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