Html Css Color HEX #B2B82A Bahia

📋 copy color: '#B2B82A'

red 178 ◦ green 184 ◦ blue 42

#B2B82A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #B2B82A

Tints of Bahia #B2B82A

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.8% from 255) = 10.4%

R = 44.06%
G = 45.54%
B = 10.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B2B82A (or 0xB2B82A) is known color: 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

RGB 178 184 42 -
CMYK 0.03 0 0.77 0.28
HSL 62.54º 0.63% 0.44% -
HSV(B) 62.54º 0.77% 0.72% -
XYZ 35.92 43.91 8.77 -
YUV 166.02 58.01 136.55 -
System Red Green Blue C M Y K H S L
Decimal 178 184 42 0.03 0 0.77 0.28 62.54 0.63 0.44
Hex B2 B8 2A 3 0 4D 1C 3F 3F 2C
Octal 262 270 52 3 0 115 34 77 77 54
Binary 10110010 10111000 101010 11 0 1001101 11100 111111 111111 101100

Color Harmonies of #B2B82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B82A

Black with #B2B82A

Text Example


Text Example

White with #B2B82A

Text Example


Text Example

HTML Codes & Css Web 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>