Html Css Color HEX #B2B521 Bahia

📋 copy color: '#B2B521'

red 178 ◦ green 181 ◦ blue 33

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

Shades of Bahia #B2B521

Tints of Bahia #B2B521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.42%

R = 45.41%
G = 46.17%
B = 8.42%

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

#B2B521 (or 0xB2B521) is known color: Bahia. HEX triplet: B2, B5 and 21. RGB value is (178,181,33). Sum of RGB (Red+Green+Blue) = 178+181+33=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B521 is #4D4ADE. Grayscale: #A3A3A3. Windows color (decimal): -5065439 or 2209202. OLE color: 2209202.

HSL color Cylindrical-coordinate representation of color #B2B521: hue angle of 61.22º degrees, saturation: 0.69, 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 #B2B521 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 33 -
CMYK 0.02 0 0.82 0.29
HSL 61.22º 0.69% 0.42% -
HSV(B) 61.22º 0.82% 0.71% -
XYZ 35.16 42.62 7.81 -
YUV 163.23 54.51 138.53 -
System Red Green Blue C M Y K H S L
Decimal 178 181 33 0.02 0 0.82 0.29 61.22 0.69 0.42
Hex B2 B5 21 2 0 52 1D 3D 45 2A
Octal 262 265 41 2 0 122 35 75 105 52
Binary 10110010 10110101 100001 10 0 1010010 11101 111101 1000101 101010

Color Harmonies of #B2B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B521

Black with #B2B521

Text Example


Text Example

White with #B2B521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B521; }

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

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

background-color css

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

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

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

border-color css

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

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

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