Html Css Color HEX #B0BA17 Bahia

📋 copy color: '#B0BA17'

red 176 ◦ green 186 ◦ blue 23

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

Shades of Bahia #B0BA17

Tints of Bahia #B0BA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.97%

R = 45.71%
G = 48.31%
B = 5.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B0BA17 (or 0xB0BA17) is known color: Bahia. HEX triplet: B0, BA and 17. RGB value is (176,186,23). Sum of RGB (Red+Green+Blue) = 176+186+23=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BA17 is #4F45E8. Grayscale: #A5A5A5. Windows color (decimal): -5195241 or 1555120. OLE color: 1555120.

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

Color convert

RGB 176 186 23 -
CMYK 0.05 0 0.88 0.27
HSL 63.68º 0.78% 0.41% -
HSV(B) 63.68º 0.88% 0.73% -
XYZ 35.62 44.41 7.51 -
YUV 164.43 48.19 136.25 -
System Red Green Blue C M Y K H S L
Decimal 176 186 23 0.05 0 0.88 0.27 63.68 0.78 0.41
Hex B0 BA 17 5 0 58 1B 40 4E 29
Octal 260 272 27 5 0 130 33 100 116 51
Binary 10110000 10111010 10111 101 0 1011000 11011 1000000 1001110 101001

Color Harmonies of #B0BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA17

Black with #B0BA17

Text Example


Text Example

White with #B0BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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