Html Css Color HEX #B0BA1C Bahia

📋 copy color: '#B0BA1C'

red 176 ◦ green 186 ◦ blue 28

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

Shades of Bahia #B0BA1C

Tints of Bahia #B0BA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.18%

R = 45.13%
G = 47.69%
B = 7.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B0BA1C (or 0xB0BA1C) is known color: Bahia. HEX triplet: B0, BA and 1C. RGB value is (176,186,28). Sum of RGB (Red+Green+Blue) = 176+186+28=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA1C is #4F45E3. Grayscale: #A5A5A5. Windows color (decimal): -5195236 or 1882800. OLE color: 1882800.

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

Color convert

RGB 176 186 28 -
CMYK 0.05 0 0.85 0.27
HSL 63.8º 0.74% 0.42% -
HSV(B) 63.8º 0.85% 0.73% -
XYZ 35.67 44.43 7.79 -
YUV 165 50.69 135.85 -
System Red Green Blue C M Y K H S L
Decimal 176 186 28 0.05 0 0.85 0.27 63.8 0.74 0.42
Hex B0 BA 1C 5 0 55 1B 40 4A 2A
Octal 260 272 34 5 0 125 33 100 112 52
Binary 10110000 10111010 11100 101 0 1010101 11011 1000000 1001010 101010

Color Harmonies of #B0BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA1C

Black with #B0BA1C

Text Example


Text Example

White with #B0BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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