#B2B82A

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

Shades of Bahia #B2B82A

Tints of Bahia #B2B82A

Color information

#B2B82A (or 0xB2B82A) is unknown color: approx Bahia. HEX triplet: B2, B8 and 2A. RGB value is (178,184,42). Sum of RGB (Red+Green+Blue) = 178+184+42=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B82A is #4D47D5. Grayscale: #A6A6A6. Windows color (decimal): -5064662 or 2799794. OLE color: 2799794.

HSL color Cylindrical-coordinate representation of color #B2B82A: hue angle of 62.54º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2B82A is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB17818442-
CMYK0.0300.770.28
HSL62.54º62.83%44.31%-
HSV(B)62.54º77.17%72.16%-
XYZ35.9243.918.77-
YUV166.0258.01136.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 184 (72.27% from 255) = 45.54%
BLUE value IS 42 (16.80% from 255) = 10.40%
R=44.06%
G=45.54%
B=10.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178184420.0300.770.2862.5462.8344.31
HexB2B82A304D1C3f3f2c
Octal262270523011534777754
Binary1011001010111000101010110100110111100111111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B82A; }

 p { color: rgb(178,184,42); }

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

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

 a { background-color: rgb(178,184,42); }

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

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

 span { border-color: rgb(178,184,42); }

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