#B4BA2A

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

Shades of Bahia #B4BA2A

Tints of Bahia #B4BA2A

Color information

#B4BA2A (or 0xB4BA2A) is unknown color: approx Bahia. HEX triplet: B4, BA and 2A. RGB value is (180,186,42). Sum of RGB (Red+Green+Blue) = 180+186+42=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA2A is #4B45D5. Grayscale: #A8A8A8. Windows color (decimal): -4933078 or 2800308. OLE color: 2800308.

HSL color Cylindrical-coordinate representation of color #B4BA2A: hue angle of 62.5º degrees, saturation: 0.63, 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 #B4BA2A is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18018642-
CMYK0.0300.770.27
HSL62.5º63.16%44.71%-
HSV(B)62.5º77.42%72.94%-
XYZ36.844.998.93-
YUV167.7957.01136.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 186 (73.05% from 255) = 45.59%
BLUE value IS 42 (16.80% from 255) = 10.29%
R=44.12%
G=45.59%
B=10.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180186420.0300.770.2762.563.1644.71
HexB4BA2A304D1B3e3f2d
Octal264272523011533767755
Binary1011010010111010101010110100110111011111110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA2A; }

 p { color: rgb(180,186,42); }

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

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

 a { background-color: rgb(180,186,42); }

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

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

 span { border-color: rgb(180,186,42); }

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