Html Css Color HEX #B2B832 Bahia

📋 copy color: '#B2B832'

red 178 ◦ green 184 ◦ blue 50

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

Shades of Bahia #B2B832

Tints of Bahia #B2B832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.66%

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

R = 43.2%
G = 44.66%
B = 12.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B2B832 (or 0xB2B832) is known color: Bahia. HEX triplet: B2, B8 and 32. RGB value is (178,184,50). Sum of RGB (Red+Green+Blue) = 178+184+50=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B832 is #4D47CD. Grayscale: #A7A7A7. Windows color (decimal): -5064654 or 3324082. OLE color: 3324082.

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

Color convert

RGB 178 184 50 -
CMYK 0.03 0 0.73 0.28
HSL 62.69º 0.57% 0.46% -
HSV(B) 62.69º 0.73% 0.72% -
XYZ 36.08 43.98 9.6 -
YUV 166.93 62.01 135.9 -
System Red Green Blue C M Y K H S L
Decimal 178 184 50 0.03 0 0.73 0.28 62.69 0.57 0.46
Hex B2 B8 32 3 0 49 1C 3F 39 2E
Octal 262 270 62 3 0 111 34 77 71 56
Binary 10110010 10111000 110010 11 0 1001001 11100 111111 111001 101110

Color Harmonies of #B2B832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B832

Black with #B2B832

Text Example


Text Example

White with #B2B832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B832; }

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

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

background-color css

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

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

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

border-color css

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

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

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