Html Css Color HEX #B2B520 Bahia

📋 copy color: '#B2B520'

red 178 ◦ green 181 ◦ blue 32

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

Shades of Bahia #B2B520

Tints of Bahia #B2B520

RGB

 RED value IS 178 (69.92% from 255) = 45.52%

 GREEN value IS 181 (71.09% from 255) = 46.29%

 BLUE value IS 32 (12.89% from 255) = 8.18%

R = 45.52%
G = 46.29%
B = 8.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B2B520 (or 0xB2B520) is known color: Bahia. HEX triplet: B2, B5 and 20. RGB value is (178,181,32). Sum of RGB (Red+Green+Blue) = 178+181+32=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B520 is #4D4ADF. Grayscale: #A3A3A3. Windows color (decimal): -5065440 or 2143666. OLE color: 2143666.

HSL color Cylindrical-coordinate representation of color #B2B520: hue angle of 61.21º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2B520 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 32 -
CMYK 0.02 0 0.82 0.29
HSL 61.21º 0.7% 0.42% -
HSV(B) 61.21º 0.82% 0.71% -
XYZ 35.14 42.62 7.74 -
YUV 163.12 54.01 138.62 -
System Red Green Blue C M Y K H S L
Decimal 178 181 32 0.02 0 0.82 0.29 61.21 0.7 0.42
Hex B2 B5 20 2 0 52 1D 3D 46 2A
Octal 262 265 40 2 0 122 35 75 106 52
Binary 10110010 10110101 100000 10 0 1010010 11101 111101 1000110 101010

Color Harmonies of #B2B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B520

Black with #B2B520

Text Example


Text Example

White with #B2B520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B520; }

 p { color: rgb(178,181,32); }

 H1.HeaderClassName
 {
   color: #B2B520;
 }
 .AnyTagClassName
 {
   color: #B2B520;
 }
</style>

background-color css

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

 a { background-color: rgb(178,181,32); }

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

border-color css

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

 span { border-color: rgb(178,181,32); }

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