Html Css Color HEX #B2B931 Bahia

📋 copy color: '#B2B931'

red 178 ◦ green 185 ◦ blue 49

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

Shades of Bahia #B2B931

Tints of Bahia #B2B931

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.9%

 BLUE value IS 49 (19.53% from 255) = 11.89%

R = 43.2%
G = 44.9%
B = 11.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B2B931 (or 0xB2B931) is known color: Bahia. HEX triplet: B2, B9 and 31. RGB value is (178,185,49). Sum of RGB (Red+Green+Blue) = 178+185+49=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B931 is #4D46CE. Grayscale: #A7A7A7. Windows color (decimal): -5064399 or 3258802. OLE color: 3258802.

HSL color Cylindrical-coordinate representation of color #B2B931: hue angle of 63.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2B931 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 49 -
CMYK 0.04 0 0.74 0.27
HSL 63.09º 0.58% 0.46% -
HSV(B) 63.09º 0.74% 0.73% -
XYZ 36.26 44.38 9.56 -
YUV 167.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 178 185 49 0.04 0 0.74 0.27 63.09 0.58 0.46
Hex B2 B9 31 4 0 4A 1B 3F 3A 2E
Octal 262 271 61 4 0 112 33 77 72 56
Binary 10110010 10111001 110001 100 0 1001010 11011 111111 111010 101110

Color Harmonies of #B2B931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B931

Black with #B2B931

Text Example


Text Example

White with #B2B931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B931; }

 p { color: rgb(178,185,49); }

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

background-color css

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

 a { background-color: rgb(178,185,49); }

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

border-color css

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

 span { border-color: rgb(178,185,49); }

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