Html Css Color HEX #B0BA32 Bahia

📋 copy color: '#B0BA32'

red 176 ◦ green 186 ◦ blue 50

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

Shades of Bahia #B0BA32

Tints of Bahia #B0BA32

RGB

 RED value IS 176 (69.14% from 255) = 42.72%

 GREEN value IS 186 (73.05% from 255) = 45.15%

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

R = 42.72%
G = 45.15%
B = 12.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B0BA32 (or 0xB0BA32) is known color: Bahia. HEX triplet: B0, BA and 32. RGB value is (176,186,50). Sum of RGB (Red+Green+Blue) = 176+186+50=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA32 is #4F45CD. Grayscale: #A8A8A8. Windows color (decimal): -5195214 or 3324592. OLE color: 3324592.

HSL color Cylindrical-coordinate representation of color #B0BA32: hue angle of 64.41º degrees, saturation: 0.58, 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 #B0BA32 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 186 50 -
CMYK 0.05 0 0.73 0.27
HSL 64.41º 0.58% 0.46% -
HSV(B) 64.41º 0.73% 0.73% -
XYZ 36.04 44.58 9.72 -
YUV 167.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 176 186 50 0.05 0 0.73 0.27 64.41 0.58 0.46
Hex B0 BA 32 5 0 49 1B 40 3A 2E
Octal 260 272 62 5 0 111 33 100 72 56
Binary 10110000 10111010 110010 101 0 1001001 11011 1000000 111010 101110

Color Harmonies of #B0BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA32

Black with #B0BA32

Text Example


Text Example

White with #B0BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA32; }

 p { color: rgb(176,186,50); }

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

background-color css

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

 a { background-color: rgb(176,186,50); }

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

border-color css

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

 span { border-color: rgb(176,186,50); }

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