Html Css Color HEX #B2B932 Bahia

📋 copy color: '#B2B932'

red 178 ◦ green 185 ◦ blue 50

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

Shades of Bahia #B2B932

Tints of Bahia #B2B932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.11%

R = 43.1%
G = 44.79%
B = 12.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B2B932 (or 0xB2B932) is known color: Bahia. HEX triplet: B2, B9 and 32. RGB value is (178,185,50). Sum of RGB (Red+Green+Blue) = 178+185+50=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B932 is #4D46CD. Grayscale: #A8A8A8. Windows color (decimal): -5064398 or 3324338. OLE color: 3324338.

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

Color convert

RGB 178 185 50 -
CMYK 0.04 0 0.73 0.27
HSL 63.11º 0.57% 0.46% -
HSV(B) 63.11º 0.73% 0.73% -
XYZ 36.28 44.39 9.67 -
YUV 167.52 61.68 135.48 -
System Red Green Blue C M Y K H S L
Decimal 178 185 50 0.04 0 0.73 0.27 63.11 0.57 0.46
Hex B2 B9 32 4 0 49 1B 3F 39 2E
Octal 262 271 62 4 0 111 33 77 71 56
Binary 10110010 10111001 110010 100 0 1001001 11011 111111 111001 101110

Color Harmonies of #B2B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B932

Black with #B2B932

Text Example


Text Example

White with #B2B932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B932; }

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

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

background-color css

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

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

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

border-color css

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

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

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