Html Css Color HEX #B0BA1E Bahia

📋 copy color: '#B0BA1E'

red 176 ◦ green 186 ◦ blue 30

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

Shades of Bahia #B0BA1E

Tints of Bahia #B0BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.65%

R = 44.9%
G = 47.45%
B = 7.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B0BA1E (or 0xB0BA1E) is known color: Bahia. HEX triplet: B0, BA and 1E. RGB value is (176,186,30). Sum of RGB (Red+Green+Blue) = 176+186+30=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA1E is #4F45E1. Grayscale: #A5A5A5. Windows color (decimal): -5195234 or 2013872. OLE color: 2013872.

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

Color convert

RGB 176 186 30 -
CMYK 0.05 0 0.84 0.27
HSL 63.85º 0.72% 0.42% -
HSV(B) 63.85º 0.84% 0.73% -
XYZ 35.7 44.44 7.92 -
YUV 165.23 51.69 135.68 -
System Red Green Blue C M Y K H S L
Decimal 176 186 30 0.05 0 0.84 0.27 63.85 0.72 0.42
Hex B0 BA 1E 5 0 54 1B 40 48 2A
Octal 260 272 36 5 0 124 33 100 110 52
Binary 10110000 10111010 11110 101 0 1010100 11011 1000000 1001000 101010

Color Harmonies of #B0BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA1E

Black with #B0BA1E

Text Example


Text Example

White with #B0BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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